create /var/www dir
This commit is contained in:
parent
e9372829db
commit
b3eb6c64c3
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
---
|
||||
|
||||
- name: '[GIT] - Create directory'
|
||||
file:
|
||||
path: "/var/www/"
|
||||
state: directory
|
||||
owner: "{{ etherpad_username }}"
|
||||
group: "{{ etherpad_group }}"
|
||||
mode: 0755
|
||||
|
||||
- name: '[GIT] - Deploy source'
|
||||
git:
|
||||
repo: https://github.com/ether/etherpad-lite.git
|
||||
|
|
Loading…
Reference in a new issue