roles/common/*.yml: More trailing `/'s on directory names.
[distorted-ansible] / roles / common / tasks / main.yml
index 9c2f2f1..e740eaa 100644 (file)
@@ -9,7 +9,7 @@
 
 - name: fix permissions in /root
   tags: [perms, root-perms]
-  file: name=/root mode=0750 owner=root group=root
+  file: path=/root/ mode=0750 owner=root group=root
 
 ###--------------------------------------------------------------------------
 ### PKI machinery.
 - name: install main keys for root SSH access
   tags: [ssh, ssh-root]
   template: src=ssh-root/authkeys.base dest=/root/.ssh/authkeys.base
-  notify: make in /root/.ssh
+  notify: make in /root/.ssh/
 
 - name: install keys for root SSH access
   tags: [ssh, ssh-root]
   copy: src=ssh-root/{{ item }} dest=/root/.ssh/
-  notify: make in /root/.ssh
+  notify: make in /root/.ssh/
   with_items:
     - Makefile
     - config.m4