Mailman: don't convert from file to symlink
This commit is contained in:
parent
93612b2c7b
commit
0487aae7f4
1 changed files with 5 additions and 5 deletions
|
@ -328,14 +328,14 @@
|
||||||
notify:
|
notify:
|
||||||
- restart mailman3
|
- restart mailman3
|
||||||
|
|
||||||
- name: symlink the hyperkitty conffile in mailman directory
|
# To avoid confusion with "{{ mailman_webui_confdir }}/mailman-hyperkitty.cfg"
|
||||||
file: src="{{ mailman_webui_confdir }}/mailman-hyperkitty.cfg"
|
# Don't create a symlink because ansible won't convert the regular file coming
|
||||||
dest=/etc/mailman3.d/hyperkitty.cfg state=link
|
# from the RPM to a symlink.
|
||||||
|
- name: remove the hyperkitty conffile in the mailman directory to avoid confusion
|
||||||
|
file: path=/etc/mailman3.d/hyperkitty.cfg state=absent
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- mailman
|
- mailman
|
||||||
notify:
|
|
||||||
- restart mailman3
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue