make dir here too
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
f37d382e8e
commit
fc1dc94ec9
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
- fedora-web
|
||||
- fedora-web/spins
|
||||
|
||||
- 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/spins
|
||||
|
||||
- name: Copy some config files for {{website}}
|
||||
copy: >
|
||||
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue