roles/common/*.yml: More trailing `/'s on directory names.
[distorted-ansible] / roles / common / handlers / main.yml
index 1b35e24..bf0b933 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 --------------------------------------------------