diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/httpd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/httpd.yml b/tasks/httpd.yml index 2e1fa98..ea2dee0 100644 --- a/tasks/httpd.yml +++ b/tasks/httpd.yml @@ -55,8 +55,8 @@ owner=root group=root mode=0755 -- name: Create /var/www/webmap/_.txt - copy: dest=/var/www/webmap/_.txt content="" +- name: Create /var/www/webmap/_empty + copy: dest=/var/www/webmap/_empty content="" owner=root group=root mode=0644 |