Need to first make the directory before copying the form into it.
This commit is contained in:
parent
8e0fbd1976
commit
a0244b6eac
1 changed files with 5 additions and 0 deletions
|
@ -400,6 +400,11 @@
|
||||||
dest="{{ mailman_webui_basedir }}/templates/django_mailman3/login_extra_top.html"
|
dest="{{ mailman_webui_basedir }}/templates/django_mailman3/login_extra_top.html"
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
|
- name: Create dirs for signup_closed page
|
||||||
|
file: path="{{ mailman_webui_basedir }}/templates/account"
|
||||||
|
state=directory owner=root group=root mode=0755
|
||||||
|
tags: mailman
|
||||||
|
|
||||||
- name: install our fedora-specific signup_closed page
|
- name: install our fedora-specific signup_closed page
|
||||||
copy: src=signup_closed.html
|
copy: src=signup_closed.html
|
||||||
dest="{{ mailman_webui_basedir }}/templates/account/signup_closed.html"
|
dest="{{ mailman_webui_basedir }}/templates/account/signup_closed.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue