From e549cfee105a0a7581099cffa5584b892ba3b6a2 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:58:30 +0000 Subject: [PATCH] chore(deps): update ansible-dependencies to v13 | datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | community.general | 12.6.2 | 13.1.0 | --- ansible/galaxy.yml | 2 +- ansible/requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/galaxy.yml b/ansible/galaxy.yml index e33c6e7a..de152efe 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: ">=12.6.0,<12.7.0" + community.general: ">=13.1.0,<13.2.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 67c6aa1f..8c8c648f 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: ">=12.6.0,<12.7.0" + version: ">=13.1.0,<13.2.0" - name: community.windows version: ">=2.3.0" - name: chocolatey.chocolatey