Skip to content

Commit

Permalink
added actions for docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent cd1a726 commit cae1c87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


pre-tasks:

- name: Update
apt:
update_cache: true
Expand All @@ -17,11 +17,6 @@

tasks:

- name: Update and Upgrade
apt:
update_cache: true
upgrade: dist

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

0 comments on commit cae1c87

Please sign in to comment.