Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-dovecot
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
dovecot reload handler
master
Markus Katharina Brechtel
7 anni fa
parent
e6061baa1b
commit
2e76129e3b
2 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
handlers/main.yml
+4
-0
tasks/main.yml
+ 4
- 0
handlers/main.yml
Vedi File
@@ -0,0 +1,4 @@
- name: reload dovecot
systemd:
name: dovecot
state: reloaded
+ 4
- 0
tasks/main.yml
Vedi File
@@ -11,6 +11,8 @@
template:
src: dovecot.conf.j2
dest: /etc/dovecot/dovecot.conf
notify:
- reload dovecot
- name: dovecot configuration files
template:
@@ -18,6 +20,8 @@
dest: /etc/dovecot/conf.d/{{ item }}
with_items:
- 10-mail.conf
notify:
- reload dovecot
- name: configuration pull directory
local_action: file
Write
Preview
Loading…
Annulla
Salva