Skip to content

Commit d18d675

Browse files
committed
version lock crypto
1 parent d234ca8 commit d18d675

File tree

4 files changed

+19
-23
lines changed

4 files changed

+19
-23
lines changed

ocne/requirements.yml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
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
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

ocne2/requirements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ collections:
1010
- ansible.posix
1111
- community.general
1212
- community.postgresql
13-
- community.crypto
13+
- name: community.crypto
14+
version: ">=2.26.0,<2.26.99"
1415
- freeipa.ansible_freeipa
1516
- community.libvirt
1617
- oracle.oci
18+
- ovirt.ovirt

ol/requirements.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ collections:
1010
- ansible.posix
1111
- community.general
1212
- community.postgresql
13-
- community.crypto
13+
- name: community.crypto
14+
version: ">=2.26.0,<2.26.99"
1415
- freeipa.ansible_freeipa
1516
- community.libvirt
16-
- oracle.oci
17+
- oracle.oci
18+
- ovirt.ovirt

olam/requirements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ collections:
1010
- ansible.posix
1111
- community.general
1212
- community.postgresql
13-
- community.crypto
13+
- name: community.crypto
14+
version: ">=2.26.0,<2.26.99"
1415
- freeipa.ansible_freeipa
1516
- community.libvirt
1617
- oracle.oci
18+
- ovirt.ovirt
1719
- containers.podman

0 commit comments

Comments
 (0)