]> git.phdru.name Git - ansible.git/commitdiff
Fix(debian-init-user-phd): Fix YAML syntax
authorOleg Broytman <phd@phdru.name>
Fri, 12 Jul 2019 00:13:47 +0000 (03:13 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
playbooks/debian-init-user-phd.yml

index 4ef037305936ddcd3797ef67c64fc0dc9dfe3f35..be5c8fab8a96320ffeb5cf4f85e8b9a190bef035 100644 (file)
@@ -15,8 +15,8 @@
         owner: phd
         group: phd
         mode: 0700
-     - name: Upload SSH key
-       copy:
+    - name: Upload SSH key
+      copy:
         src: ~/.ssh/phd@nb3.pub
         dest: ~phd/.ssh/phd@nb3.pub
         owner: phd