Create /srv/web

This commit is contained in:
Nick Bebout 2020-06-19 12:42:56 -05:00
parent ceb7bf9f86
commit 849bcf0514

View file

@ -59,6 +59,20 @@
- httpd/website
- robots
- name: Create /srv/web
file: >
dest=/srv/web
state=directory
owner=root
group=root
mode=0755
notify:
- reload proxyhttpd
tags:
- httpd
- httpd/website
- robots
- name: And lastly, the robots.txt file
template: >
src={{item}}