File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff 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 ','
5858dependencies :
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
6767repository : http://github.com/cloudera-labs
Original file line number Diff line number Diff line change @@ -24,7 +24,14 @@ roles:
2424
2525collections :
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"
You can’t perform that action at this time.
0 commit comments