Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent 058f72c commit d59749d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion destroyinf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: Clean and Remove
apt:
uautoclean: true
autoclean: true
autoremove: true

tasks:
Expand Down
7 changes: 0 additions & 7 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
update_cache: true
upgrade: dist

- name: Clean files
apt:
autoclean: true

tasks:
- name: Pause for 5s
pause:
seconds: 5

- name: Install Apache
apt:
Expand Down

0 comments on commit d59749d

Please sign in to comment.