Need to first make the directory before copying the form into it.

This commit is contained in:
Kevin Fenzi 2018-11-11 21:20:56 +00:00
parent 8e0fbd1976
commit a0244b6eac

View file

@ -400,6 +400,11 @@
dest="{{ mailman_webui_basedir }}/templates/django_mailman3/login_extra_top.html"
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
copy: src=signup_closed.html
dest="{{ mailman_webui_basedir }}/templates/account/signup_closed.html"