X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/3f6c599278bae19250f1551830d96d103c1ff38d..90f05477844d2f94c3e104ef655e23fcb5fab229:/roles/common/handlers/main.yml diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index e8fc66e..bf0b933 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,3 +1,7 @@ +### -*-yaml-*- +### +### Handlers, mostly for kicking services. + --- ###-------------------------------------------------------------------------- @@ -9,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 --------------------------------------------------