create the directory as well
This commit is contained in:
parent
0420cb5d0f
commit
0e46cce112
1 changed files with 6 additions and 1 deletions
|
@ -196,6 +196,12 @@
|
|||
notify:
|
||||
- restart mailman3
|
||||
|
||||
- name: Create site/en dir
|
||||
file: state=directory path=/var/lib/mailman3/templates/site/en
|
||||
tags:
|
||||
- config
|
||||
- mailman
|
||||
|
||||
- name: set default list footer
|
||||
copy: src=mailman-generic-list-footer
|
||||
dest=/var/lib/mailman3/templates/site/en/list:member:generic:footer
|
||||
|
@ -204,7 +210,6 @@
|
|||
- config
|
||||
- mailman
|
||||
|
||||
|
||||
#
|
||||
# Crontab
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue