From f4887c3289a8a617595dc962d9785da0d6fdd4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 9 Sep 2018 23:25:53 +0200 Subject: [PATCH] typo --- webapps/evoadmin-web/tasks/user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/evoadmin-web/tasks/user.yml b/webapps/evoadmin-web/tasks/user.yml index 39926c0c..1e5be7f1 100644 --- a/webapps/evoadmin-web/tasks/user.yml +++ b/webapps/evoadmin-web/tasks/user.yml @@ -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