From 84bc2ff883ae7c1b970d0d5ef38e79f88b67dd46 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Mar 2024 16:34:11 -0500 Subject: [PATCH] update playbook name --- bigboot-noop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index 56f18ce..bdbda87 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -21,8 +21,8 @@ - name: Include say_hi role from rhc.rear ansible.builtin.include_role: - name: rhc.rear.say_hi + name: rhc.rear.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.hi