From fcc4e023da8f1c01734af300e4c640da94f56871 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 3 Mar 2025 17:27:48 -0500 Subject: [PATCH] We may regret this. --- .gitignore | 1 + collections/requirements.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 9f8d550..c63ce69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ deprecated +collections/ansible_collections diff --git a/collections/requirements.yml b/collections/requirements.yml index adc7d8c..bbb2b55 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -6,4 +6,10 @@ collections: - name: ansible.posix version: 1.5.4 + # This is a hack and probably should not be used in production. Anywhere. Ever. + - name: rhc.rear + source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git + type: git + version: main + ...