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 165a7b0 commit 1ba079f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

pre_tasks:

- name: Clean files
apt:
autoclean: true

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

- name: Clean files
apt:
autoclean: true

tasks:
- name: Pause for 5s
pause:
Expand Down

0 comments on commit 1ba079f

Please sign in to comment.