|
|
|
@ -4,9 +4,9 @@ on:
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
lint:
|
|
|
|
lint:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
directory:
|
|
|
|
directory:
|
|
|
|
@ -14,8 +14,6 @@ jobs:
|
|
|
|
- playbooks
|
|
|
|
- playbooks
|
|
|
|
- group_vars
|
|
|
|
- group_vars
|
|
|
|
- host_vars
|
|
|
|
- host_vars
|
|
|
|
name: Test Ansible Playbooks
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout the codebase
|
|
|
|
- name: Checkout the codebase
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|