update.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user