Ver código fonte

postfix reload handler

master
pai
commit
a7681c5c70
3 arquivos alterados com 6 adições e 0 exclusões
  1. +4
    -0
      handlers/main.yml
  2. +1
    -0
      tasks/main.yml
  3. +1
    -0
      tasks/postfixadmin.yml

+ 4
- 0
handlers/main.yml Ver arquivo

@@ -0,0 +1,4 @@
- name: reload postfix
service:
name: postfix
state: reloaded

+ 1
- 0
tasks/main.yml Ver arquivo

@@ -11,6 +11,7 @@
template:
src: main.cf.j2
dest: /etc/postfix/main.cf
notify: reload postfix

- include: postfixadmin.yml



+ 1
- 0
tasks/postfixadmin.yml Ver arquivo

@@ -21,6 +21,7 @@
- mysql_virtual_alias_domain_mailbox_maps.cf
- mysql_virtual_alias_maps.cf
- mysql_virtual_mailbox_limit_maps.cf
notify: reload postfix

- name: postfixadmin mysql user
mysql_user:


Carregando…
Cancelar
Salvar