From 8ddcfb8038720aac49d1119fc68e280552e253da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 22 Feb 2022 14:03:41 +0100 Subject: Add keys creation in rundeck --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2e80846..ee67f99 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,6 +32,10 @@ jobs: uses: ansible/ansible-lint-action@master with: targets: "${{ github.repository }}" + # override lint version due to + # https://github.com/ansible/ansible-lint-action/issues/59 + override-deps: | + ansible-lint==5.3.2 - run: | sudo apt update && sudo apt install -y python3-pip pip3 install -r ${{ github.repository }}/requirements.txt -- cgit v1.2.3