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