From f0f24854d4e63056ef2c3827f35c14f2b6efc55b Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 7 Jun 2024 21:12:35 -0400 Subject: [PATCH] Uncomment ansible pin in ansible-lint linter configuration We require ansible when running the ansible-lint linter because this role uses an Ansible module that is included as part of ansible, not ansible-core. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d4297b..20fd266 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -166,7 +166,7 @@ repos: # necessary to add the ansible package itself as an # additional dependency, with the same pinning as is done in # requirements-test.txt of cisagov/skeleton-ansible-role. - # - ansible>=9,<10 + - ansible>=9,<10 # ansible-core 2.16.3 through 2.16.6 suffer from the bug # discussed in ansible/ansible#82702, which breaks any # symlinked files in vars, tasks, etc. for any Ansible role