chiark / gitweb /
roles/common/*.yml: More trailing `/'s on directory names.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:43:19 +0000 (10:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jul 2015 09:43:19 +0000 (10:43 +0100)
roles/common/handlers/main.yml
roles/common/tasks/main.yml

index 1b35e241d5c8c02c23cad75470c12f1eec925c48..bf0b9332d3a926acd2f940fd9e787ec0b4a2c822 100644 (file)
@@ -16,7 +16,7 @@
 ###--------------------------------------------------------------------------
 ### Rebuliding remote configuration files.
 
-- name: make in /root/.ssh
-  command: make chdir=/root/.ssh
+- name: make in /root/.ssh/
+  command: make chdir=/root/.ssh/
 
 ###----- That's all, folks --------------------------------------------------
index 9c2f2f1e8631e4c8ea6e21d103ef1b3fb2dc21e2..e740eaa44d5ca30f31e29674ea927de6cae367af 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