Sync with Develop #7
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user