update...
This commit is contained in:
@ -105,7 +105,7 @@
|
||||
group: root
|
||||
owner: root
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- copy_plain_files_sysctl is defined
|
||||
- copy_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
@ -122,7 +122,7 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- copy_plain_files_sysctl is defined
|
||||
- copy_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
@ -139,7 +139,7 @@
|
||||
loop_control:
|
||||
label: 'dest: {{ item.name }}'
|
||||
when:
|
||||
- inventory_hostname not in groups['lxc_guest']
|
||||
- inventory_hostname not in groups['lxc_guest'] or inventory_hostname in groups['lxc_host']
|
||||
- copy_additional_plain_files_sysctl is defined
|
||||
- copy_additional_plain_files_sysctl|length > 0
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user