diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c315b8..5d68485 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/ansible-community/ansible-lint.git - rev: v6.21.1 + rev: v24.2.1 # doit aussi être mis à jour dans requirements.txt hooks: - id: ansible-lint files: \.(yaml|yml)$ diff --git a/Gemfile.lock b/Gemfile.lock index d9ce947..4df45b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,11 @@ GEM remote: https://rubygems.org/ specs: bcrypt_pbkdf (1.1.0) + bigdecimal (3.1.7) builder (3.2.4) - chef-utils (18.3.0) + chef-utils (18.4.12) concurrent-ruby - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) ed25519 (1.3.0) erubi (1.12.0) ffi (1.16.3) @@ -18,7 +19,7 @@ GEM kitchen-ansible (0.56.0) net-ssh (>= 3) test-kitchen (>= 1.4) - kitchen-docker (2.13.0) + kitchen-docker (3.0.0) test-kitchen (>= 1.0.0) license-acceptance (2.1.13) pastel (~> 0.7) @@ -29,7 +30,7 @@ GEM logging (2.3.1) little-plugger (~> 1.1) multi_json (~> 1.14) - mixlib-install (3.12.27) + mixlib-install (3.12.30) mixlib-shellout mixlib-versioning thor @@ -39,10 +40,11 @@ GEM multi_json (1.15.0) net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) - net-ssh (7.2.0) + net-ssh (7.2.1) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) - nori (2.6.0) + nori (2.7.0) + bigdecimal pastel (0.8.0) tty-color (~> 0.5) rexml (3.2.6) @@ -53,7 +55,7 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - test-kitchen (3.5.0) + test-kitchen (3.6.0) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) ed25519 (~> 1.2) @@ -67,7 +69,7 @@ GEM winrm (~> 2.0) winrm-elevated (~> 1.0) winrm-fs (~> 1.1) - thor (1.2.2) + thor (1.3.1) tomlrb (2.0.3) tty-box (0.7.0) pastel (~> 0.8) @@ -82,7 +84,7 @@ GEM tty-cursor (~> 0.7) tty-screen (~> 0.8) wisper (~> 2.0) - tty-screen (0.8.1) + tty-screen (0.8.2) unicode-display_width (2.5.0) unicode_utils (1.4.0) winrm (2.3.6) @@ -106,7 +108,7 @@ GEM wisper (2.0.1) PLATFORMS - ruby + x86_64-linux DEPENDENCIES kitchen-ansible @@ -114,4 +116,4 @@ DEPENDENCIES test-kitchen BUNDLED WITH - 1.17.3 + 2.4.20 diff --git a/docs/install.md b/docs/install.md index 3f31412..744c5c2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -35,5 +35,5 @@ bundle install Pour lancer les tests: ```shell -bundle exec kitchen test +LANG=C.UTF-8 bundle exec kitchen test ``` diff --git a/requirements.txt b/requirements.txt index 45ff8c9..00fe4e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -ansible==8.5.0 -pre-commit==3.5.0 +ansible==9.3.0 +ansible-lint==24.2.1 # doit aussi être mis à jour dans .pre-commit-config.yaml +pre-commit==3.6.2