From 447d79ceef41c10adddbe3d45fdd954adcadf2d5 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Mar 2024 16:20:15 -0500 Subject: [PATCH] Add rhc.rear collection for testing POC --- bigboot-noop.yml | 3 +++ requirements.yml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/bigboot-noop.yml b/bigboot-noop.yml index 8ba5a2e..05399ed 100644 --- a/bigboot-noop.yml +++ b/bigboot-noop.yml @@ -9,6 +9,9 @@ bigboot_size_target: 1G tasks: + - name: Import say-hi playbook + ansible.builtin.import_playbook: rhc.rear.say-hi + - name: Capture boot device details ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml diff --git a/requirements.yml b/requirements.yml index a713b6b..47f638f 100644 --- a/requirements.yml +++ b/requirements.yml @@ -5,6 +5,11 @@ collections: type: git version: main + - name: rhc.rear + source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git + type: git + version: main + - name: community.general version: 8.4.0