mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
improve linting (#4)
This commit is contained in:
parent
4b2cf98203
commit
ab927127c9
3 changed files with 1 additions and 20 deletions
20
.github/workfows/ansible-linting-check.yml
vendored
20
.github/workfows/ansible-linting-check.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Ansible Lint check
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Lint Ansible Playbook
|
||||
uses: ansible/ansible-lint-action@master
|
||||
with:
|
||||
targets: "."
|
||||
override-deps: |
|
||||
rich>=9.5.1,<11.0.0
|
|
@ -11,5 +11,6 @@ ignore: |
|
|||
host_vars/mail01.l3d.space/vault.yml
|
||||
host_vars/web01.l3d.space/vault.yml
|
||||
host_vars/luna.l3d.ch/vault.yml
|
||||
host_vars/services.l3d.space/vault.yml
|
||||
group_vars/all/vault.yml
|
||||
roles/
|
||||
|
|
Loading…
Reference in a new issue