Skip to content

Commit 46c14ff

Browse files
wmudgeChaffelson
andauthored
Add collection dependencies (#6)
* Add collection dependencies * Add community.postgresql collection dependency community.postgresql is required for the geerlingguy.postgresql role, and not always automatically installed so we ensure its presence here. Co-authored-by: Dan Chaffelson <[email protected]>
1 parent 8b01d89 commit 46c14ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

galaxy.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@ tags: []
5555
# collection label 'namespace.name'. The value is a version range
5656
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
5757
# range specifiers can be set and are separated by ','
58-
dependencies: {}
58+
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'
5965

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

0 commit comments

Comments
 (0)