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