Fix playbook reference; include infra.lvm_snapshots via requirements.yml
This commit is contained in:
parent
aa81f44d87
commit
582b14b192
@ -13,7 +13,7 @@
|
|||||||
ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml
|
ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml
|
||||||
|
|
||||||
- name: Shrink a logical volume for /boot expansion if needed
|
- name: Shrink a logical volume for /boot expansion if needed
|
||||||
ansible.builtin.import_tasks: tasks/bigboot_manage_lv.yml
|
ansible.builtin.import_tasks: tasks/bigboot_manage_lv-noop.yml
|
||||||
|
|
||||||
- name: Expand the /boot partition as requested
|
- name: Expand the /boot partition as requested
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
|
- name: infra.lvm_snapshots.shrink_lv
|
||||||
|
source: https://github.com/redhat-cop/infra.lvm_snapshots.git
|
||||||
|
version: main
|
||||||
|
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 8.4.0
|
version: 8.4.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user