then maybe we need both

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-12-17 19:16:21 +00:00
parent daeaae624a
commit 30998a88af

View file

@ -4,6 +4,14 @@
- fedora-web
- fedora-web/main
- name: Make directory for the config files for {{website}} we are about to copy
file: path=/etc/httpd/conf.d/{{website}} state=directory owner=root group=root mode=0755
tags:
- fedora-web
- fedora-web/main
- fedora-web/hotspot
- fedora-web/google-site-verification
- name: Copy some config files for {{website}}
copy: >
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}