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