add support to create mailing lists
This commit is contained in:
parent
b761932225
commit
8130b257fb
4 changed files with 23 additions and 1 deletions
|
|
@ -53,3 +53,9 @@
|
|||
|
||||
- name: flush handlers to get mailman ready
|
||||
meta: flush_handlers
|
||||
|
||||
- name: setup mailing lists
|
||||
include_tasks: list.yml
|
||||
loop: "{{ mailman.lists.keys()|list }}"
|
||||
loop_control:
|
||||
loop_var: listname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue