From e4c6126136ef8dd5a0e5d075589ec744bc8461c1 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 20 Feb 2024 17:15:58 +0930 Subject: [PATCH] feat: add dependencies !1 --- galaxy.yml | 4 +++- requirements.txt | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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