From 6a930114366b97f455d483bba34732a438417330 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 12 Jul 2019 02:31:30 +0300 Subject: [PATCH] Fix(debian-init-user-phd): Fix file mode Not executable, please. --- playbooks/debian-init-user-phd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2