Skip to content

Commit

Permalink
added lines for docker prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent e2adbda commit 869d440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions destroyinf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

tasks:

- 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

- name: Install Apache
apt:
name: apache2
Expand Down

0 comments on commit 869d440

Please sign in to comment.