diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-05 14:21:32 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-14 11:35:08 +0800 |
commit | 5c392f6204e069a2ec41a378ec2d9fb0ebec3d0a (patch) | |
tree | 2985e812c94f14749e96f5387d288642d9c0873f /roles/mail/handlers | |
parent | 3e86d350bbc02a6185643b9fb5e6c66fc0a8ca4b (diff) | |
download | ansible-dfly-vps-5c392f6204e069a2ec41a378ec2d9fb0ebec3d0a.tar.bz2 |
mail/opendkim: Fix tables templating; update config; add handler
Diffstat (limited to 'roles/mail/handlers')
-rw-r--r-- | roles/mail/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/mail/handlers/main.yml b/roles/mail/handlers/main.yml new file mode 100644 index 0000000..a164e26 --- /dev/null +++ b/roles/mail/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: reload-opendkim + command: rcreload milter-opendkim |