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