feat: add dependencies

!1
This commit is contained in:
2024-02-20 17:15:58 +09:30
parent f8e010df01
commit e4c6126136
2 changed files with 7 additions and 1 deletions

View File

@ -45,7 +45,9 @@ tags:
# collection label 'namespace.name'. The value is a version range # collection label 'namespace.name'. The value is a version range
# 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:
ansible.eda: '1.4.5'
community.mysql: '3.8.0'
# The URL of the originating SCM repository # The URL of the originating SCM repository
repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
ansible-core==2.16.1
ansible-rulebook==1.0.5
PyMySQL==1.1.0
xmltodict==0.13.0