change include to import

This commit is contained in:
Chris Hammer 2024-03-11 19:04:41 -04:00
parent 87b2b0e025
commit a14c081c79

View File

@ -40,6 +40,6 @@
when: bigboot_execute_shrink_lv | bool
- name: Expand the /boot partition as requested
ansible.builtin.include_role:
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot
when: bigboot_execute_bigboot | bool