Skip to content

Commit

Permalink
Merge pull request spurin#2 from bonsi/patch-1
Browse files Browse the repository at this point in the history
Added missing "state: absent" for task "Remove files"
  • Loading branch information
spurin authored Dec 19, 2020
2 parents 44ff9b2 + b560d9d commit 66ed911
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- name: Remove files
file:
path: "{{ item }}"
state: absent
with_items:
- /shared/Dockerfile
- /shared/index.html
Expand Down

0 comments on commit 66ed911

Please sign in to comment.