ansible actions
This commit is contained in:
parent
38e4d7926f
commit
3d353d39fa
22
.github/workflows/ansible.yml
vendored
Normal file
22
.github/workflows/ansible.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user