diff --git a/.config/ansible-lint-ignore.txt b/.config/ansible-lint-ignore.txt index 2d2d038..e96765a 100644 --- a/.config/ansible-lint-ignore.txt +++ b/.config/ansible-lint-ignore.txt @@ -1,4 +1,5 @@ playbook.yml yaml[trailing-spaces] playbook.yml fqcn[action-core] +playbook.yml risky-shell-pipe destroyinf.yml fqcn[action-core] destroyinf.yml yaml[trailing-spaces] \ No newline at end of file diff --git a/destroyinf.yml b/destroyinf.yml index fd99a4b..7cd330c 100644 --- a/destroyinf.yml +++ b/destroyinf.yml @@ -14,6 +14,7 @@ - name: Uninstall Docker Prerequisites shell: for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done + changed_when: false - name: Install Apache apt: