diff --git a/.ansible-ci.yml b/.ansible-ci.yml index d4492ac..3068ac1 100644 --- a/.ansible-ci.yml +++ b/.ansible-ci.yml @@ -6,9 +6,9 @@ tasks: - name: Delete last deploy - file: - path: /var/www/html/ - state: absent + file: + path: /var/www/html/ + state: absent - name: Copy all files to web server synchronize: