From: Guillaume Abrioux Date: Fri, 8 Mar 2024 16:01:37 +0000 (+0100) Subject: linter: bump to 6.16.0 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f6280687994e6b123b687881f31f25033254ff79;p=ceph-ansible.git linter: bump to 6.16.0 typical error: ``` Error: raise NotImplementedError('an AnsibleCollectionFinder has not been installed in this process') NotImplementedError: an AnsibleCollectionFinder has not been installed in this process ``` Signed-off-by: Guillaume Abrioux --- diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 0a4f5a323..6e833ed67 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -10,7 +10,7 @@ jobs: with: python-version: '3.10' architecture: x64 - - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7 'rich>=9.5.1,<11.0.0' netaddr + - run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==6.16.0 netaddr - run: ansible-galaxy install -r requirements.yml - run: ansible-lint -x 106,204,205,208 -v --force-color ./roles/*/ ./infrastructure-playbooks/*.yml site-container.yml.sample site-container.yml.sample dashboard.yml - run: ansible-playbook -i ./tests/functional/all_daemons/hosts site.yml.sample --syntax-check --list-tasks -vv