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