diff options
author | 2022-01-10 17:06:49 +0000 | |
---|---|---|
committer | 2022-01-10 17:06:49 +0000 | |
commit | f664265da4346b0979f61135564bbdf6ad71b654 (patch) | |
tree | 79b913af665694ec8f42c3cad47c956d2a625ef9 | |
parent | Lint Ansible playbooks (diff) |
Override ansible-lint version to rich 11 compatible version
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3fd52e7..ebcb757 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,3 +19,5 @@ jobs: with: targets: | playbook.yml + override-deps: | + ansible-lint==5.3.2 |