1
0
Fork 0
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:
L3D 2022-11-15 01:44:05 +01:00 committed by GitHub
parent 4b2cf98203
commit ab927127c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 20 deletions

View file

@ -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

View file

@ -11,5 +11,6 @@ ignore: |
host_vars/mail01.l3d.space/vault.yml host_vars/mail01.l3d.space/vault.yml
host_vars/web01.l3d.space/vault.yml host_vars/web01.l3d.space/vault.yml
host_vars/luna.l3d.ch/vault.yml host_vars/luna.l3d.ch/vault.yml
host_vars/services.l3d.space/vault.yml
group_vars/all/vault.yml group_vars/all/vault.yml
roles/ roles/