From e116811cf1aafd6d59b0e5d7d7a3ddf8012fd0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Thu, 16 Nov 2023 15:10:12 -0500 Subject: [PATCH] [ci] Add ansible as dep --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index e5cbb0d8..bc823625 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -16,7 +16,7 @@ jobs: - name: Install Ansible requirements run: | - pip install ansible-playbook-grapher ansible-lint + pip install ansible-playbook-grapher ansible ansible-lint sudo apt-get -y install graphviz ansible-galaxy collection install -r ansible/requirements.yml --force