create /srv/web here

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

View file

@ -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