From 2be173e9049e5e4c15a96104193963e4f767c087 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 00:24:23 +0000 Subject: [PATCH] chore(deps): update ansible-dependencies | datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | community.general | 10.7.8 | 12.5.0 | | galaxy | geerlingguy.mysql | 4.3.5 | 6.3.1 | --- ansible/galaxy.yml | 2 +- ansible/requirements.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/galaxy.yml b/ansible/galaxy.yml index f7a42650..d1bd333a 100644 --- a/ansible/galaxy.yml +++ b/ansible/galaxy.yml @@ -19,7 +19,7 @@ tags: dependencies: amazon.aws: ">=9.0.0" ansible.windows: ">=2.5.0" - community.general: ">=9.0.0,<11.0.0" + community.general: ">=12.5.0,<12.6.0" community.windows: ">=2.3.0" chocolatey.chocolatey: ">=1.5.3" repository: https://github.com/dreadnode/ansible-collection-goad diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 32a1f5f6..57f1c398 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.windows version: ">=2.5.0" - name: community.general - version: ">=9.0.0,<11.0.0" + version: ">=12.5.0,<12.6.0" - name: community.windows version: ">=2.3.0" - name: chocolatey.chocolatey @@ -19,4 +19,4 @@ collections: roles: - name: geerlingguy.mysql - version: ">=4.0.0,<5.0.0" + version: ">=6.3.1,<6.4.0"