This commit is contained in:
2024-06-23 12:31:12 +02:00
parent d9975ab914
commit 88ace1880e
31 changed files with 64 additions and 236 deletions

View File

@ -75,7 +75,7 @@
group: root
owner: root
when:
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server'] or inventory_hostname in groups['jitsi_meet_server']
- copy_plain_files_systemd is defined
- copy_plain_files_systemd|length > 0
tags:
@ -92,7 +92,7 @@
loop_control:
label: 'dest: {{ item.name }}'
when:
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server']
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host'] or inventory_hostname in groups['oopen_office_server'] or inventory_hostname in groups['jitsi_meet_server']
- copy_plain_files_systemd is defined
- copy_plain_files_systemd|length > 0
tags: