diff --git a/.config/ansible-lint-ignore.txt b/.config/ansible-lint-ignore.txt index f53de8b..573aa13 100644 --- a/.config/ansible-lint-ignore.txt +++ b/.config/ansible-lint-ignore.txt @@ -2,6 +2,5 @@ playbook.yml yaml[trailing-spaces] playbook.yml fqcn[action-core] playbook.yml yaml[indentation] playbook.yml yaml[line-length] -playbook.yml package-latest destroyinf.yml fqcn[action-core] destroyinf.yml yaml[trailing-spaces] \ No newline at end of file diff --git a/playbook.yml b/playbook.yml index 9bdb39f..7332f5b 100644 --- a/playbook.yml +++ b/playbook.yml @@ -15,7 +15,7 @@ - name: Install Apache apt: name: apache2 - state: latest + state: present - name: Ensure apache is running service: