diff options
author | 2024-07-27 12:43:23 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:52 +0100 | |
commit | 9cf4f93d088a673f3d41662c10af828b18956652 (patch) | |
tree | 388a96d11fc14b29af011e44f0eaa01f276800fc | |
parent | postfix: add variables and vault (diff) |
postfix: add reload handlers
-rw-r--r-- | ansible/roles/postfix/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/postfix/handlers/main.yml b/ansible/roles/postfix/handlers/main.yml new file mode 100644 index 0000000..33949bf --- /dev/null +++ b/ansible/roles/postfix/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: Reload postfix + service: + name: postfix + state: reloaded |