From c8eda2f0e9476c1753fff298e3ee6dc1c5e8fa64 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:15:09 -0400 Subject: [PATCH] Update ansible.yml Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- .github/workflows/ansible.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 09db4d5..974e0cc 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -16,5 +16,6 @@ jobs: - uses: ansible/ansible-lint@v24.5.0 with: working_directory: ./ansible + requirements_file: ./collections/requirements.yml # TODO: add build, test, ut, docs, ...