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 498b810 commit cd1a726
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
hosts: all
become: true


pre-tasks:

- name: Update
apt:
update_cache: true

- name: Upgrade
apt:
upgrade: true


tasks:

- name: Update and Upgrade
Expand Down

0 comments on commit cd1a726

Please sign in to comment.