roles/common/: Run `make' in `/root/.ssh' when things change.
[distorted-ansible] / roles / common / tasks / main.yml
index af14057..75ec1ff 100644 (file)
 - name: install main keys for root SSH access
   tags: [ssh, ssh-root]
   template: src=ssh-root-authkeys dest=/root/.ssh/authkeys.base
+  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
   with_items:
     - Makefile
     - config.m4