create /srv/web here
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
30998a88af
commit
f37d382e8e
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@
|
|||
- fedora-web
|
||||
- fedora-web/main
|
||||
|
||||
- name: Create a directory for hotspot
|
||||
file: path=/srv/web state=directory owner=root group=root mode=0755
|
||||
tags:
|
||||
- fedora-web
|
||||
- fedora-web/main
|
||||
- fedora-web/hotspot
|
||||
|
||||
- name: Create a file for hotspot
|
||||
copy: dest=/srv/web/hotspot.txt content="OK"
|
||||
owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue