Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit d83f66f

Browse files
committed
fix: add required ansible collections for ansible-core compatibility
1 parent e97696e commit d83f66f

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

requirements.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
- name: crc
3-
src: https://github.com/makeitworkcloud/ansible-role-crc
4-
- name: openshift_gitops_ksops
5-
src: https://github.com/makeitworkcloud/ansible-role-ksops
2+
collections:
3+
- name: community.sops
4+
- name: kubernetes.core
5+
6+
roles:
7+
- name: crc
8+
src: https://github.com/makeitworkcloud/ansible-role-crc
9+
- name: openshift_gitops_ksops
10+
src: https://github.com/makeitworkcloud/ansible-role-ksops

0 commit comments

Comments
 (0)