change include to import
This commit is contained in:
parent
87b2b0e025
commit
a14c081c79
@ -40,6 +40,6 @@
|
|||||||
when: bigboot_execute_shrink_lv | bool
|
when: bigboot_execute_shrink_lv | bool
|
||||||
|
|
||||||
- name: Expand the /boot partition as requested
|
- name: Expand the /boot partition as requested
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.import_role:
|
||||||
name: infra.lvm_snapshots.bigboot
|
name: infra.lvm_snapshots.bigboot
|
||||||
when: bigboot_execute_bigboot | bool
|
when: bigboot_execute_bigboot | bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user