Fix ansible-lint error 103 (#4511)
parent
b218e17f44
commit
04e3fb6a5a
|
@ -4,7 +4,6 @@ skip_list:
|
|||
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
|
||||
# The following rules throw errors.
|
||||
# These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
|
||||
- '103'
|
||||
- '104'
|
||||
- '201'
|
||||
- '204'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
sudo: False
|
||||
become: False
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- hosts: kube-node
|
||||
sudo: False
|
||||
become: False
|
||||
|
||||
tasks:
|
||||
- name: Gather EC2 facts
|
||||
|
|
Loading…
Reference in New Issue