X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/aa2cd9398e385b5006853cd982c34e7dd6c7ec75..5137085234783e2eeaa327b492891e8f238e71e2:/roles/common/tasks/main.yml?ds=sidebyside diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index af14057..75ec1ff 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -46,10 +46,12 @@ - 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