1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 07:26:25 +00:00

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