We may regret this.

This commit is contained in:
2025-03-03 17:27:48 -05:00
parent d7e8ebaf33
commit fcc4e023da
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
deprecated
collections/ansible_collections

View File

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