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 + ...