]> git.phdru.name Git - ansible.git/commitdiff
Fix(debian-init-user-phd): Fix file mode
authorOleg Broytman <phd@phdru.name>
Thu, 11 Jul 2019 23:31:30 +0000 (02:31 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:36 +0000 (21:28 +0300)
Not executable, please.

playbooks/debian-init-user-phd.yml

index 32201c82deed7d5c3cc2579a3a897d3662da72c4..4ef037305936ddcd3797ef67c64fc0dc9dfe3f35 100644 (file)
@@ -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: