Set pages install directory correctly

This commit is contained in:
Jake Howard 2021-01-29 21:35:01 +00:00
parent c5050381fc
commit e1f3572a7c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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