chopping it up
This commit is contained in:
parent
696fc21045
commit
ebfad1c682
@ -15,14 +15,22 @@
|
||||
- name: Shrink a logical volume for /boot expansion if needed
|
||||
ansible.builtin.import_tasks: tasks/bigboot_manage_lv-noop.yml
|
||||
|
||||
- name: Expand the /boot partition as requested
|
||||
ansible.builtin.debug:
|
||||
msg: "Would have included infra.lvm_snapshots.bigboot here."
|
||||
|
||||
- name: Include say_hi role from rhc.rear
|
||||
ansible.builtin.include_role:
|
||||
name: rhc.rear.say_hi
|
||||
|
||||
|
||||
- name: Import say-hi playbook
|
||||
- name: Import hi playbook
|
||||
ansible.builtin.import_playbook: rhc.rear.hi
|
||||
|
||||
|
||||
- name: Expand the /boot partition
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
strategy: free
|
||||
|
||||
tasks:
|
||||
- name: Expand the /boot partition as requested
|
||||
ansible.builtin.debug:
|
||||
msg: "Would have included infra.lvm_snapshots.bigboot here."
|
||||
|
Loading…
x
Reference in New Issue
Block a user