Sync with Develop #7

Merged
chris merged 38 commits from develop into main 2025-01-08 16:44:32 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b0e94aba64 - Show all commits

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