File tree Expand file tree Collapse file tree 4 files changed +19
-23
lines changed Expand file tree Collapse file tree 4 files changed +19
-23
lines changed Original file line number Diff line number Diff line change 7
7
# roles:
8
8
9
9
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
10
+ - ansible.posix
11
+ - community.general
12
+ - community.postgresql
13
+ - name : community.crypto
14
+ version : " >=2.26.0,<2.26.99"
15
+ - freeipa.ansible_freeipa
16
+ - community.libvirt
17
+ - oracle.oci
18
+ - ovirt.ovirt
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ collections:
10
10
- ansible.posix
11
11
- community.general
12
12
- community.postgresql
13
- - community.crypto
13
+ - name : community.crypto
14
+ version : " >=2.26.0,<2.26.99"
14
15
- freeipa.ansible_freeipa
15
16
- community.libvirt
16
17
- oracle.oci
18
+ - ovirt.ovirt
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ collections:
10
10
- ansible.posix
11
11
- community.general
12
12
- community.postgresql
13
- - community.crypto
13
+ - name : community.crypto
14
+ version : " >=2.26.0,<2.26.99"
14
15
- freeipa.ansible_freeipa
15
16
- community.libvirt
16
- - oracle.oci
17
+ - oracle.oci
18
+ - ovirt.ovirt
Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ collections:
10
10
- ansible.posix
11
11
- community.general
12
12
- community.postgresql
13
- - community.crypto
13
+ - name : community.crypto
14
+ version : " >=2.26.0,<2.26.99"
14
15
- freeipa.ansible_freeipa
15
16
- community.libvirt
16
17
- oracle.oci
18
+ - ovirt.ovirt
17
19
- containers.podman
You can’t perform that action at this time.
0 commit comments