[proxies] ensure dir exists

This commit is contained in:
Mark O'Brien 2020-08-27 15:13:19 +01:00
parent 005af159b6
commit 2cc7c82fb2

View file

@ -6,6 +6,13 @@
# role only into the {{website}}/ folder for each site.
# This is the only real work we do.
- name: Ensure directory exists for redirect
file:
path: /etc/httpd/conf.d/{{website}}
state: directory
mode: '0744'
- name: Copy over httpd redirectmatch file for {{shortname}}
template: >
src=redirectmatch.conf