fix some roles

This commit is contained in:
uumas
2025-02-15 11:43:16 +02:00
parent 599332b1d9
commit 2fef2c6ad8
4 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
---
- name: Get wekan data volume path from container creation output
set_fact:
wekan_data_volume: "{{ container_out.container.Mounts | selectattr('Destination', 'equalto', '/data') | join }}"