more changes

This commit is contained in:
Chris Hammer 2024-07-17 17:50:36 -04:00
parent 8be992c94e
commit 57de63958e

View File

@ -8,6 +8,11 @@
bigboot_size_target: 1G bigboot_size_target: 1G
tasks: 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 - name: Test a var
ansible.builtin.set_stats: ansible.builtin.set_stats:
data: data:
@ -17,8 +22,7 @@
__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') }}" bigboot_skip_rear_backup: "{{ bigboot_skip_rear | default('false') }}"
per_host: false bigboot_ver: "{{ bigboot_ver | default({}) | combine({inventory_hostname: {'ver': ansible_facts.distribution_version}}) }}"
aggregate: false
- name: Debug test_set_stats - name: Debug test_set_stats
ansible.builtin.debug: ansible.builtin.debug: