Skip to content

Commit cfe8e54

Browse files
committed
update ansible collection requirements
1 parent 7d1db89 commit cfe8e54

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

ocne2/requirements.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,10 @@
77
# roles:
88

99
collections:
10-
- name: https://github.com/ansible-collections/community.general.git
11-
type: git
12-
version: main
13-
14-
- name: https://github.com/ansible-collections/ansible.posix.git
15-
type: git
16-
version: main
17-
18-
- name: https://github.com/oracle/oci-ansible-collection.git
19-
type: git
20-
version: master
21-
22-
- name: https://github.com/ansible-collections/community.postgresql.git
23-
type: git
24-
version: main
25-
26-
- name: https://github.com/ansible-collections/community.crypto.git
27-
type: git
28-
version: main
29-
30-
- name: https://github.com/ansible-collections/community.libvirt.git
31-
type: git
32-
version: main
10+
- ansible.posix
11+
- community.general
12+
- community.postgresql
13+
- community.crypto
14+
- freeipa.ansible_freeipa
15+
- community.libvirt
16+
- oracle.oci

0 commit comments

Comments
 (0)