1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

update ansible linting

This commit is contained in:
L3D 2022-04-04 13:22:46 +02:00
parent c0401ab453
commit 60cd9c1414
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 10 deletions

View file

@ -2,11 +2,7 @@
name: Ansible check debian:stable
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
on: [push, pull_request]
jobs:
build:

View file

@ -17,10 +17,6 @@ jobs:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
uses: ansible/ansible-lint-action@v6
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]