X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/f60b613f2c20489130f05076e1d678af4bf4284c..5137085234783e2eeaa327b492891e8f238e71e2:/roles/common/handlers/main.yml diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 7e82ba4..1b35e24 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -13,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 --------------------------------------------------