add support for docker-compose contents
This commit is contained in:
parent
c5a5272846
commit
dbe15bb09b
6 changed files with 112 additions and 15 deletions
|
|
@ -34,4 +34,13 @@
|
|||
path: /mnt
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
when: runs_synapse
|
||||
when: '"synapse" in docker_compose'
|
||||
- name: Create docker-compose project directories
|
||||
ansible.builtin.file:
|
||||
path: /mnt/synapse_data
|
||||
state: directory
|
||||
mode: '0700'
|
||||
owner: "{{ ansible_user }}"
|
||||
tags:
|
||||
- directory
|
||||
when: '"synapse" in docker_compose'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue