X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-ansible/blobdiff_plain/06260a4fbeacaf3e3bb1b4b8f225706b81effbf9..dc2a2cfa3141927976f8ffa0ef5a17058d9e5dcd:/roles/debian/handlers/main.yml diff --git a/roles/debian/handlers/main.yml b/roles/debian/handlers/main.yml new file mode 100644 index 0000000..8f26393 --- /dev/null +++ b/roles/debian/handlers/main.yml @@ -0,0 +1,16 @@ +### -*-yaml-*- +### +### Handlers, mostly for kicking services. + +--- + +###-------------------------------------------------------------------------- +### Rebuliding remote configuration files. + +###-------------------------------------------------------------------------- +### Restarting services in obvious ways. + +- name: restart exim + service: name=exim4 state=restarted + +###----- That's all, folks --------------------------------------------------