From f136e629614d53e0210d660799dffa48a9d314bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:25:38 +0000 Subject: [PATCH] Update Ansible --- ansible/inventory/group_vars/debian/vars.yaml | 2 +- ansible/inventory/group_vars/mac/vars.yaml | 2 +- ansible/requirements.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/inventory/group_vars/debian/vars.yaml b/ansible/inventory/group_vars/debian/vars.yaml index a768a2fb..bee3449a 100644 --- a/ansible/inventory/group_vars/debian/vars.yaml +++ b/ansible/inventory/group_vars/debian/vars.yaml @@ -92,7 +92,7 @@ debian_tools_asdf_tools: version: "1.14.3" - plugin: kubectl # renovate: datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?.+)$ - version: "1.36.2" + version: "1.36.3" ## Terraform Tools debian_tools_brew_packages_terraform: diff --git a/ansible/inventory/group_vars/mac/vars.yaml b/ansible/inventory/group_vars/mac/vars.yaml index 492401bc..bd8996fa 100644 --- a/ansible/inventory/group_vars/mac/vars.yaml +++ b/ansible/inventory/group_vars/mac/vars.yaml @@ -32,7 +32,7 @@ mac_base_asdf_tools: version: "1.14.3" - plugin: kubectl # renovate: datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?.+)$ - version: "1.36.2" + version: "1.36.3" mac_base_brew_terraform_tools: - terraform-docs # https://github.com/terraform-docs/terraform-docs diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 96e2fc8a..db0b05fe 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -5,10 +5,10 @@ collections: # Source: https://github.com/ansible-collections/community.general - name: community.general - version: 13.1.0 + version: 13.2.0 # Source: https://github.com/ansible-collections/community.docker - name: community.docker version: 5.2.1 # Source: https://github.com/ansible-collections/ansible.posix - name: ansible.posix - version: 2.2.1 + version: 2.2.2