conditionals
This commit is contained in:
parent
be7c46d665
commit
f060abb099
@ -8,5 +8,6 @@
|
|||||||
- name: Debug test_set_stats
|
- name: Debug test_set_stats
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
|
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
|
||||||
|
when: __bigboot_size_target | length > 1
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -8,5 +8,6 @@
|
|||||||
- name: Debug test_set_stats
|
- name: Debug test_set_stats
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
|
msg: "Another node will use __bigboot_size_target -> {{ __bigboot_size_target }}"
|
||||||
|
when: __bigboot_size_target | length > 0
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user