Fix ansible-lint error 103 (#4511)

This commit is contained in:
MarkusTeufelberger 2019-04-18 10:42:10 +02:00 committed by Kubernetes Prow Robot
parent b218e17f44
commit 04e3fb6a5a
3 changed files with 2 additions and 3 deletions

View file

@ -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'

View file

@ -1,6 +1,6 @@
---
- hosts: localhost
sudo: False
become: False
gather_facts: False
tasks:

View file

@ -1,6 +1,6 @@
---
- hosts: kube-node
sudo: False
become: False
tasks:
- name: Gather EC2 facts