Add a /srv/web dir
This commit is contained in:
parent
278cd376ea
commit
efe0ebf7d9
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@
|
|||
user=root
|
||||
job="/usr/local/bin/updatecrl.sh"
|
||||
|
||||
- name: create /srv/web directory
|
||||
file: dest=/srv/web state=directory
|
||||
|
||||
- name: install the upload CGI script
|
||||
copy: src=dist-git-upload.cgi dest=/srv/web/upload.cgi owner=root group=root mode=0755
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue