mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
Merge pull request #26 from roles-ansible/DO1JLR-patch-1
update community.general version to current latest
This commit is contained in:
commit
f62d67fb66
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ tags:
|
||||||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
||||||
# range specifiers can be set and are separated by ','
|
# range specifiers can be set and are separated by ','
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.general": ">=7.5.0"
|
"community.general": ">=8.3.0"
|
||||||
|
|
||||||
# The URL of the originating SCM repository
|
# The URL of the originating SCM repository
|
||||||
repository: https://github.com/roles-ansible/ansible_collection_git.git
|
repository: https://github.com/roles-ansible/ansible_collection_git.git
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: ">=8.0.2"
|
version: ">=8.3.0"
|
||||||
|
|
Loading…
Reference in a new issue