Skip to content

Commit

Permalink
edited dest yaml for ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 5, 2024
1 parent f7cb401 commit e2409ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions destroyinf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@
- 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:
name: apache2
state: absent
...

0 comments on commit e2409ab

Please sign in to comment.