Set pages
install directory correctly
This commit is contained in:
parent
c5050381fc
commit
e1f3572a7c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Create install directory
|
||||
file:
|
||||
path: /opt/pages/sites
|
||||
path: /opt/pages
|
||||
state: directory
|
||||
owner: "{{ docker_user.name }}"
|
||||
mode: "{{ docker_compose_directory_mask }}"
|
||||
|
|
Loading…
Reference in a new issue