diff --git a/.ansible-lint b/.ansible-lint index 91d8f45e5fcf23c005d636eeb42ce191fa901da6..7f1c3a16a7547ba4491d8a530c8d63c25e894f34 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -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' diff --git a/tests/cloud_playbooks/create-aws.yml b/tests/cloud_playbooks/create-aws.yml index 0ff198405f05e8dca0c6fab85cf2bf0fcc712481..d797a573b3c432f32d8ebaeb50b6c574834327da 100644 --- a/tests/cloud_playbooks/create-aws.yml +++ b/tests/cloud_playbooks/create-aws.yml @@ -1,6 +1,6 @@ --- - hosts: localhost - sudo: False + become: False gather_facts: False tasks: diff --git a/tests/cloud_playbooks/delete-aws.yml b/tests/cloud_playbooks/delete-aws.yml index 29e9a4b9586d99df2b835d30a7d732d581827c87..e1114b11778c68de899618cb1cfcb0ab221e0672 100644 --- a/tests/cloud_playbooks/delete-aws.yml +++ b/tests/cloud_playbooks/delete-aws.yml @@ -1,6 +1,6 @@ --- - hosts: kube-node - sudo: False + become: False tasks: - name: Gather EC2 facts