Fix playbook reference; include infra.lvm_snapshots via requirements.yml

This commit is contained in:
Chris Hammer 2024-03-07 15:04:48 -05:00
parent aa81f44d87
commit 582b14b192
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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