fix linter
This commit is contained in:
parent
ba68eeccfd
commit
e0094e8f54
1 changed files with 2 additions and 2 deletions
|
|
@ -49,12 +49,12 @@
|
|||
- name: flush handlers to get mailman ready
|
||||
meta: flush_handlers
|
||||
|
||||
- name: "setup mailing list ( {{ current_list.key }} )"
|
||||
- name: "setup mailing list"
|
||||
notify: restart mailman-web
|
||||
loop: "{{ mailman.lists|expand_dict_keys_with_defaults(mailman.list_defaults)|dict2items }}"
|
||||
loop_control:
|
||||
loop_var: current_list
|
||||
mailman_list:
|
||||
mailman_list: # noqa no-log-password
|
||||
api_url: "http://{{ mailman.api.hostname }}:{{ mailman.api.port }}/{{ mailman.api.version }}"
|
||||
api_user: "{{ mailman.api.admin.name }}"
|
||||
api_password: "{{ mailman.api.admin.pw }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue