roles/common/*.yml: More trailing `/'s on directory names.
[distorted-ansible] / roles / common / handlers / main.yml
index e8fc66e..bf0b933 100644 (file)
@@ -1,3 +1,7 @@
+### -*-yaml-*-
+###
+### Handlers, mostly for kicking services.
+
 ---
 
 ###--------------------------------------------------------------------------
@@ -9,4 +13,10 @@
 - name: restart ssh
   service: name=ssh state=restarted
 
+###--------------------------------------------------------------------------
+### Rebuliding remote configuration files.
+
+- name: make in /root/.ssh/
+  command: make chdir=/root/.ssh/
+
 ###----- That's all, folks --------------------------------------------------