This commit is contained in:
2021-09-05 02:25:16 +02:00
parent 707e261c13
commit 010eba0149
21 changed files with 714 additions and 63 deletions

View File

@ -32,6 +32,7 @@
group: root
owner: root
when:
- inventory_hostname not in groups['lxc_guest']
- copy_plain_files_systemd is defined
- copy_plain_files_systemd|length > 0
tags:
@ -48,6 +49,7 @@
loop_control:
label: 'dest: {{ item.name }}'
when:
- inventory_hostname not in groups['lxc_guest']
- copy_plain_files_systemd is defined
- copy_plain_files_systemd|length > 0
tags:
@ -61,6 +63,7 @@
group: root
owner: root
when:
- inventory_hostname not in groups['lxc_guest']
- copy_plain_files_sysctl is defined
- copy_plain_files_sysctl|length > 0
tags:
@ -77,6 +80,7 @@
loop_control:
label: 'dest: {{ item.name }}'
when:
- inventory_hostname not in groups['lxc_guest']
- copy_plain_files_sysctl is defined
- copy_plain_files_sysctl|length > 0
tags: