From 0e46cce1120ae7000bdf39e573f111e559b2caac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 15 2018 23:35:47 +0000 Subject: create the directory as well --- diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml index 4446a4e..e2c3c24 100644 --- a/roles/mailman/tasks/main.yml +++ b/roles/mailman/tasks/main.yml @@ -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 #