From f1cbe79f7573a383ff084cd99e00a36e457fdaef Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 00:57:15 +0100 Subject: Refactor ansible/yamllint roles to use mise --- host_vars/archlinux.local.yml | Bin 1245 -> 1361 bytes host_vars/archlinux.local.yml.example | 7 ++++--- host_vars/mac.local.yml | Bin 1073 -> 1189 bytes host_vars/mac.local.yml.example | 6 ++++-- 4 files changed, 8 insertions(+), 5 deletions(-) (limited to 'host_vars') diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml index f4d0568e..73aba2f6 100644 Binary files a/host_vars/archlinux.local.yml and b/host_vars/archlinux.local.yml differ diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index e8bad3f4..87de2580 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -19,9 +19,10 @@ nodejs_versions: python_versions: - "3.13.7" - "3.12.11" - -ansible_core_version: "2.18.7" -molecule_version: "25.7.0" +ansible_core_version: "2.20.1" +molecule_version: "25.9.0" +ansible_lint_version: "25.9.2" +yamllint_version: "1.37.1" wireguard_connections: wg-vpn1: | diff --git a/host_vars/mac.local.yml b/host_vars/mac.local.yml index bfb759f7..78e5711c 100644 Binary files a/host_vars/mac.local.yml and b/host_vars/mac.local.yml differ diff --git a/host_vars/mac.local.yml.example b/host_vars/mac.local.yml.example index c301010c..99936ff4 100644 --- a/host_vars/mac.local.yml.example +++ b/host_vars/mac.local.yml.example @@ -19,8 +19,10 @@ nodejs_versions: python_versions: - "3.13.7" - "3.12.11" -ansible_core_version: "2.18.7" -molecule_version: "25.7.0" +ansible_core_version: "2.20.1" +molecule_version: "25.9.0" +ansible_lint_version: "25.9.2" +yamllint_version: "1.37.1" wireguard_connections: wg-vpn1: | -- cgit v1.2.3