From d499110f3320c585646e0400b16f3b88a8ddb729 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:06:33 +0000 Subject: [PATCH] chore(deps): update ansible-dependencies | datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | amazon.aws | 10.2.0 | 10.3.0 | | galaxy-collection | community.windows | 1.11.0 | 1.13.0 | | galaxy-collection | microsoft.ad | 1.9.2 | 1.10.0 | --- ansible/requirements.yml | 2 +- requirements.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 0072bd3e..97bcf4fb 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: version: 1.11.0 - name: community.general - name: community.windows - version: 1.11.0 + version: 1.13.0 - name: chocolatey.chocolatey # - name: goad.windows # type: dir diff --git a/requirements.yml b/requirements.yml index 8e7ca9b3..8aad8c26 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ --- collections: - name: microsoft.ad - version: 1.9.2 + version: 1.10.0 - name: amazon.aws - version: 10.2.0 + version: 10.3.0