X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/90f05477844d2f94c3e104ef655e23fcb5fab229..d0e668e007325339cb3e642a83c543e5a2f7cda5:/roles/common/handlers/main.yml diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index bf0b933..9f6624d 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -5,6 +5,12 @@ --- ###-------------------------------------------------------------------------- +### Rebuliding remote configuration files. + +- name: make in /root/.ssh/ + command: make chdir=/root/.ssh/ + +###-------------------------------------------------------------------------- ### Restarting services in obvious ways. - name: restart ntpd @@ -13,10 +19,4 @@ - 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 --------------------------------------------------