diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 539fc5ec43d719ba54540896f1821827b24663ea..3592fb258f6558bf3cc4de06aedc16c8084447c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,10 +39,10 @@ repos: hooks: - id: ansible-lint additional_dependencies: - - ansible==9.5.1 + - ansible==9.8.0 - jsonschema==4.22.0 - jmespath==1.0.1 - - netaddr==1.2.1 + - netaddr==1.3.0 - distlib - repo: https://github.com/golangci/misspell diff --git a/galaxy.yml b/galaxy.yml index dcef5249671bb696b37e2a018ae4ac30d9d76d04..88ae8e60c251fd9df85604cd40009d174e54f711 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -15,6 +15,10 @@ license_file: LICENSE dependencies: ansible.utils: '>=2.5.0' community.general: '>=3.0.0' + ansible.netcommon: '>=5.3.0' + ansible.posix: '>=1.5.4' + community.docker: '>=3.11.0' + kubernetes.core: '>=2.4.2' manifest: directives: - recursive-exclude tests ** diff --git a/requirements.txt b/requirements.txt index a30ce90aa1aac9f9b1176daafc618b4c5b8c66a4..93d2da5c582d982f944927bbda5f110559c92b2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==9.6.0 +ansible==9.8.0 # Needed for jinja2 json_query templating jmespath==1.0.1 # Needed for ansible.utils.validate module diff --git a/tests/requirements.yml b/tests/requirements.yml new file mode 100644 index 0000000000000000000000000000000000000000..6eeb070ec42326ae9344bfe507e823cd6f7d6d7e --- /dev/null +++ b/tests/requirements.yml @@ -0,0 +1,3 @@ +--- +collections: + - name: gluster.gluster