more changes
This commit is contained in:
parent
8be992c94e
commit
57de63958e
@ -8,6 +8,11 @@
|
||||
bigboot_size_target: 1G
|
||||
|
||||
tasks:
|
||||
- name: Set bigboot_size_target if needed
|
||||
when: inventory_hostname == 'bigboot-test-custom-7'
|
||||
ansible.builtin.set_fact:
|
||||
bigboot_size_target: 2G
|
||||
|
||||
- name: Test a var
|
||||
ansible.builtin.set_stats:
|
||||
data:
|
||||
@ -17,8 +22,7 @@
|
||||
__bigboot_execute_shrink: "true"
|
||||
bigboot_size_target: "{{ bigboot_size_target }}"
|
||||
bigboot_skip_rear_backup: "{{ bigboot_skip_rear | default('false') }}"
|
||||
per_host: false
|
||||
aggregate: false
|
||||
bigboot_ver: "{{ bigboot_ver | default({}) | combine({inventory_hostname: {'ver': ansible_facts.distribution_version}}) }}"
|
||||
|
||||
- name: Debug test_set_stats
|
||||
ansible.builtin.debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user