roles/common/: Run `make' in `/root/.ssh' when things change.
[distorted-ansible] / roles / common / handlers / main.yml
index 7e82ba4..1b35e24 100644 (file)
 - 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 --------------------------------------------------