mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Update ansible-lint version to 5.3.1
This commit is contained in:
parent
afd7f03bb5
commit
0080e4e409
5
.github/workflows/ansible-lint.yml
vendored
5
.github/workflows/ansible-lint.yml
vendored
@ -11,9 +11,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Lint Ansible Playbook
|
||||
uses: ansible/ansible-lint-action@master
|
||||
uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc
|
||||
with:
|
||||
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
|
||||
targets: "./"
|
||||
|
||||
override-deps: |
|
||||
ansible-lint==5.3.1
|
||||
|
||||
args: "-x metadata, formatting"
|
||||
|
Loading…
Reference in New Issue
Block a user