Skip to content

certificates role: remove duplicate task #38

certificates role: remove duplicate task

certificates role: remove duplicate task #38

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v2
- name: Run ansible-lint on main playbook
# replace `main` with any valid ref, or tags like `v6`
uses: ansible-community/[email protected]
with:
path: "playbook.yml"
- name: Run ansible-lint on Zabbix playbook
# replace `main` with any valid ref, or tags like `v6`
uses: ansible-community/[email protected]
with:
path: "zabbix.yml"