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 ea2dee0..2e1fa98 100644 --- a/tasks/httpd.yml +++ b/tasks/httpd.yml @@ -55,8 +55,8 @@          owner=root group=root          mode=0755 -- name: Create /var/www/webmap/_empty -  copy: dest=/var/www/webmap/_empty content="" +- name: Create /var/www/webmap/_.txt +  copy: dest=/var/www/webmap/_.txt content=""          owner=root group=root          mode=0644  | 
