Skip to content

Commit 64a9ae1

Browse files
authored
Pin collection versions (#52)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 8f0b2fc commit 64a9ae1

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

galaxy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ tags: []
5656
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
5757
# range specifiers can be set and are separated by ','
5858
dependencies:
59-
'ansible.posix': '>=1.2.0'
60-
'community.crypto': '>=1.6.0'
61-
'community.general': '>=2.4.0'
62-
'community.mysql': '>=1.3.0'
63-
'community.postgresql': '>=1.3.0'
64-
'freeipa.ansible_freeipa': '>=0.3.5'
59+
'ansible.posix': '1.3.0'
60+
'community.crypto': '2.2.1'
61+
'community.general': '4.5.0'
62+
'community.mysql': '3.1.0'
63+
'community.postgresql': '1.6.1'
64+
'freeipa.ansible_freeipa': '1.6.2'
6565

6666
# The URL of the originating SCM repository
6767
repository: http://github.com/cloudera-labs

requirements.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ roles:
2424

2525
collections:
2626
- name: ansible.posix
27+
version: "1.3.0"
2728
- name: community.crypto
29+
version: "2.2.1"
2830
- name: community.general
31+
version: "4.5.0"
2932
- name: community.mysql
33+
version: "3.1.0"
34+
- name: community.postgresql
35+
version: "1.6.1"
3036
- name: freeipa.ansible_freeipa
37+
version: "1.6.2"

0 commit comments

Comments
 (0)