updates for running under aap with survey
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user