This commit is contained in:
s0dy 2018-11-18 18:55:01 +01:00
parent 67064bc3df
commit fd12c83138

View File

@ -6,7 +6,9 @@
tasks:
- name: Delete last deploy
command: rm -rf /var/www/html/*
file:
path: /var/www/html/
state: absent
- name: Copy all files to web server
synchronize: