From 7e7f8039bb0c6f24b1e9f4d4597d9510fc7f49b6 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Mar 2024 16:28:44 -0500 Subject: [PATCH] Test --- bigboot-noop.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index 38822a4..56f18ce 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -19,6 +19,10 @@ ansible.builtin.debug: msg: "Would have included infra.lvm_snapshots.bigboot here." + - name: Include say_hi role from rhc.rear + ansible.builtin.include_role: + name: rhc.rear.say_hi -- name: Import say-hi playbook - ansible.builtin.import_playbook: rhc.rear.say-hi + +# - name: Import say-hi playbook +# ansible.builtin.import_playbook: rhc.rear.say-hi