ansible actions

This commit is contained in:
Diogenes Pelisson 2020-05-04 18:54:03 -03:00
parent 38e4d7926f
commit 3d353d39fa

22
.github/workflows/ansible.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Ansible
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
release:
needs:
- linter
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.0.3
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}