more conditionals
This commit is contained in:
parent
943f107a6f
commit
4e144ecbc1
@ -13,6 +13,8 @@
|
|||||||
data:
|
data:
|
||||||
__bigboot_size_target: "{{ bigboot_size_target }}"
|
__bigboot_size_target: "{{ bigboot_size_target }}"
|
||||||
__bigboot_adjacent_lvm: "/dev/mapper/system-root"
|
__bigboot_adjacent_lvm: "/dev/mapper/system-root"
|
||||||
|
__bigboot_execute_bigboot: true
|
||||||
|
__bigboot_execute_shrink: false
|
||||||
per_host: false
|
per_host: false
|
||||||
aggregate: false
|
aggregate: false
|
||||||
|
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
- 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
|
when:
|
||||||
|
- __bigboot_size_target | length > 1
|
||||||
|
- __bigboot_execute_shrink | bool
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
- name: Debug test_set_stats
|
- name: Debug test_set_stats
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }}"
|
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }}"
|
||||||
when: "'root' in __bigboot_adjacent_lvm"
|
when:
|
||||||
|
- "'root' in __bigboot_adjacent_lvm"
|
||||||
|
- __bigboot_execute_bigboot | bool
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user