Skip to content

Commit

Permalink
refresh content
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Oct 17, 2024
1 parent 05c0b83 commit 4bd4e27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/inventory-rolling-update/configure-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
state: absent
notify:
- Restart nginx
- name: Remove existing content from nginx
file:
path: /usr/share/nginx/html
state: absent
- name: Recreate empty directory for nginx content
file:
path: /usr/share/nginx/html
state: directory
mode: '0755'
- name: Download and unarchive static content ({{ animal }})
unarchive:
remote_src: yes
Expand Down

0 comments on commit 4bd4e27

Please sign in to comment.