updates for running under aap with survey

This commit is contained in:
2024-02-07 21:11:36 -05:00
parent 80f03628d2
commit e54225e123
2 changed files with 5 additions and 8 deletions

View File

@ -1,12 +1,12 @@
---
- name: Use bigboot role
- name: Resize the /boot parition to the desired size
hosts: bigboot
become: true
gather_facts: true
vars:
bigboot_size: 500M
bigboot_size: "{{ bigboot_new_size | default('') }}"
roles: