From a14c081c790307826f089a39605a50d759638f15 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 11 Mar 2024 19:04:41 -0400 Subject: [PATCH] change include to import --- bigboot-op.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigboot-op.yml b/bigboot-op.yml index 6fadc08..43c6f74 100644 --- a/bigboot-op.yml +++ b/bigboot-op.yml @@ -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