diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2022-02-22 14:03:41 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2022-02-23 16:28:46 +0100 |
commit | 8ddcfb8038720aac49d1119fc68e280552e253da (patch) | |
tree | 41efb4e5a6c8ab0f1ac509a9710fa0643242e192 /.github/workflows/pr.yml | |
parent | a0c255509b7709877626b6b86f41d6483d1a8d0a (diff) | |
download | ansible-rundeck-jobs-8ddcfb8038720aac49d1119fc68e280552e253da.tar.gz ansible-rundeck-jobs-8ddcfb8038720aac49d1119fc68e280552e253da.tar.zst ansible-rundeck-jobs-8ddcfb8038720aac49d1119fc68e280552e253da.zip |
Add keys creation in rundeck
Diffstat (limited to '.github/workflows/pr.yml')
-rw-r--r-- | .github/workflows/pr.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
32 | uses: ansible/ansible-lint-action@master | 32 | uses: ansible/ansible-lint-action@master |
33 | with: | 33 | with: |
34 | targets: "${{ github.repository }}" | 34 | targets: "${{ github.repository }}" |
35 | # override lint version due to | ||
36 | # https://github.com/ansible/ansible-lint-action/issues/59 | ||
37 | override-deps: | | ||
38 | ansible-lint==5.3.2 | ||
35 | - run: | | 39 | - run: | |
36 | sudo apt update && sudo apt install -y python3-pip | 40 | sudo apt update && sudo apt install -y python3-pip |
37 | pip3 install -r ${{ github.repository }}/requirements.txt | 41 | pip3 install -r ${{ github.repository }}/requirements.txt |