add survey test
This commit is contained in:
parent
4043b45152
commit
a2c83acad7
@ -16,6 +16,7 @@
|
|||||||
__bigboot_execute_bigboot: true
|
__bigboot_execute_bigboot: true
|
||||||
__bigboot_execute_shrink: "true"
|
__bigboot_execute_shrink: "true"
|
||||||
bigboot_size_target: "{{ bigboot_size_target }}"
|
bigboot_size_target: "{{ bigboot_size_target }}"
|
||||||
|
bigboot_skip_rear_backup: "{{ bigboot_skip_rear | default('false') }}"
|
||||||
per_host: false
|
per_host: false
|
||||||
aggregate: false
|
aggregate: false
|
||||||
|
|
||||||
|
@ -5,11 +5,12 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Debug test_set_stats
|
- name: Debug test_set_stats - node2
|
||||||
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:
|
when:
|
||||||
- __bigboot_size_target | length > 1
|
- __bigboot_size_target | length > 1
|
||||||
- __bigboot_execute_shrink | bool
|
- __bigboot_execute_shrink | bool
|
||||||
|
- not bigboot_skip_rear_backup | bool
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Debug test_set_stats
|
- name: Debug test_set_stats - node3
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }} ({{ bigboot_size_target }})"
|
msg: "Another node will use __bigboot_adjacent_lvm -> {{ __bigboot_adjacent_lvm }} ({{ bigboot_size_target }})"
|
||||||
when:
|
when:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user