Skip to content
Snippets Groups Projects
Commit 04e3fb6a authored by MarkusTeufelberger's avatar MarkusTeufelberger Committed by Kubernetes Prow Robot
Browse files

Fix ansible-lint error 103 (#4511)

parent b218e17f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ skip_list: ...@@ -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'
......
--- ---
- hosts: localhost - hosts: localhost
sudo: False become: False
gather_facts: False gather_facts: False
tasks: tasks:
......
--- ---
- hosts: kube-node - hosts: kube-node
sudo: False become: False
tasks: tasks:
- name: Gather EC2 facts - name: Gather EC2 facts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment