From 2b2fdc3a44054eefe60ff46a18afdab464896ad3 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Mar 2024 16:26:24 -0500 Subject: [PATCH] Actual fix --- bigboot-noop.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index 78da9be..38822a4 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -9,8 +9,6 @@ bigboot_size_target: 1G tasks: - - ansible.builtin.import_playbook: rhc.rear.say-hi - - name: Capture boot device details ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml @@ -20,3 +18,7 @@ - name: Expand the /boot partition as requested ansible.builtin.debug: msg: "Would have included infra.lvm_snapshots.bigboot here." + + +- name: Import say-hi playbook + ansible.builtin.import_playbook: rhc.rear.say-hi