This commit is contained in:
Jérémy Lecour 2018-09-09 23:25:53 +02:00
parent ac1a3e5f09
commit f4887c3289
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
args:
creates: "{{ evoadmin_scripts_dir }}/web-add.sh"
# we use a shell command to have a "changed" thet really reflects the result.
# we use a shell command to have a "changed" that really reflects the result.
- name: Fix permissions
command: "chmod -R --verbose u=rwX,g=rX,o= {{ evoadmin_document_root }}"
register: command_result