Fix variable references
This commit is contained in:
parent
3b8624fea8
commit
b0e94aba64
@ -19,7 +19,7 @@
|
|||||||
- name: Capture required expansion space
|
- name: Capture required expansion space
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
bigboot_expansion_diff:
|
bigboot_expansion_diff:
|
||||||
"{{ bigboot_partition_size | human_to_bytes - bigboot_boot_partsize | human_to_bytes }}"
|
"{{ bigboot_size_target | human_to_bytes - bigboot_boot_partsize | human_to_bytes }}"
|
||||||
|
|
||||||
- name: Convert size difference to MB
|
- name: Convert size difference to MB
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
ansible_ssh_retries: 10
|
ansible_ssh_retries: 10
|
||||||
|
|
||||||
bigboot_partition_size: 1G
|
bigboot_size_target: 1G
|
||||||
|
|
||||||
bigboot_post_reboot_delay: 70
|
bigboot_post_reboot_delay: 70
|
||||||
bigboot_reboot_timeout: 1800
|
bigboot_reboot_timeout: 1800
|
||||||
|
Loading…
x
Reference in New Issue
Block a user