workflows: another test job

This commit is contained in:
Dawid Dziurla 2020-04-07 00:03:41 +02:00 committed by GitHub
parent b898645779
commit 6befc53422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,3 +39,22 @@ jobs:
options: |
--inventory hosts
--limit local
test-local-more:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test local
uses: ./
with:
playbook: playbook.yml
key: ${{secrets.SSH_PRIVATE_KEY}}
vault_password: test
inventory: |
[remote]
host ansible_user=user
[local]
localhost ansible_user=root ansible_connection=local
options: |
--limit local