then maybe we need both
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
daeaae624a
commit
30998a88af
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
||||||
- fedora-web
|
- fedora-web
|
||||||
- fedora-web/main
|
- 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}}
|
- name: Copy some config files for {{website}}
|
||||||
copy: >
|
copy: >
|
||||||
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue