From: Oleg Broytman Date: Thu, 11 Jul 2019 23:31:30 +0000 (+0300) Subject: Fix(debian-init-user-phd): Fix file mode X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=6a930114366b97f455d483bba34732a438417330;p=ansible.git Fix(debian-init-user-phd): Fix file mode Not executable, please. --- diff --git a/playbooks/debian-init-user-phd.yml b/playbooks/debian-init-user-phd.yml index 32201c8..4ef0373 100644 --- a/playbooks/debian-init-user-phd.yml +++ b/playbooks/debian-init-user-phd.yml @@ -21,7 +21,7 @@ dest: ~phd/.ssh/phd@nb3.pub owner: phd group: phd - mode: 0700 + mode: 0600 - name: Update local user phd hosts: localhost tasks: