Add rhc.rear collection for testing POC

This commit is contained in:
Chris Hammer 2024-03-07 16:20:15 -05:00
parent 329eb22e30
commit 447d79ceef
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,9 @@
bigboot_size_target: 1G bigboot_size_target: 1G
tasks: tasks:
- name: Import say-hi playbook
ansible.builtin.import_playbook: rhc.rear.say-hi
- name: Capture boot device details - name: Capture boot device details
ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml ansible.builtin.import_tasks: tasks/capture_boot_device_details.yml

View File

@ -5,6 +5,11 @@ collections:
type: git type: git
version: main version: main
- name: rhc.rear
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git
type: git
version: main
- name: community.general - name: community.general
version: 8.4.0 version: 8.4.0