[proxies] ensure dir exists

This commit is contained in:
Mark O'Brien 2020-08-04 17:14:50 +01:00
parent 5c3052862f
commit 9b54e14d1c

View file

@ -12,6 +12,12 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
tasks:
- name: Ensure directory exists
file:
path: /etc/httpd/conf.d/fedorahosted.org
state: directory
mode: '0755'
- name: install special fedorahosted-redirects.conf with fedorahosted redirects
copy: src={{ files }}/httpd/fedorahosted-redirects.conf dest=/etc/httpd/conf.d/fedorahosted.org/fedorahosted-redirects.conf