chiark / gitweb /
roles/common/handlers/main.yml: Move `make' handlers to the top.
[distorted-ansible] / roles / common / handlers / main.yml
index e8fc66e37e4c0f8632ff4ccfb9692a79d4598820..9f6624d60dc431e2c56775f34bcbd7d73d02feee 100644 (file)
@@ -1,5 +1,15 @@
+### -*-yaml-*-
+###
+### Handlers, mostly for kicking services.
+
 ---
 
+###--------------------------------------------------------------------------
+### Rebuliding remote configuration files.
+
+- name: make in /root/.ssh/
+  command: make chdir=/root/.ssh/
+
 ###--------------------------------------------------------------------------
 ### Restarting services in obvious ways.