diff --git a/galaxy.yml b/galaxy.yml index 101e750..b6e9e32 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -45,7 +45,9 @@ tags: # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # 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 repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4851b8d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +ansible-core==2.16.1 +ansible-rulebook==1.0.5 +PyMySQL==1.1.0 +xmltodict==0.13.0