create /var/www dir

This commit is contained in:
meaz 2023-06-21 19:20:07 +02:00
parent e9372829db
commit b3eb6c64c3
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 8 additions and 0 deletions

View File

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