diff options
-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 |