Fix variable references

This commit is contained in:
Chris Hammer 2024-08-20 14:54:36 -04:00
parent 3b8624fea8
commit b0e94aba64
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
- name: Capture required expansion space
ansible.builtin.set_fact:
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
ansible.builtin.set_fact:

View File

@ -1,7 +1,7 @@
---
ansible_ssh_retries: 10
bigboot_partition_size: 1G
bigboot_size_target: 1G
bigboot_post_reboot_delay: 70
bigboot_reboot_timeout: 1800