mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-25 18:07:47 +00:00
workflows: test running the action twice
This commit is contained in:
parent
a90a5a21fa
commit
145a900758
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -67,3 +67,11 @@ jobs:
|
||||||
options: |
|
options: |
|
||||||
-e key1=val1
|
-e key1=val1
|
||||||
-e key2=val2
|
-e key2=val2
|
||||||
|
- name: Test local
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
playbook: playbook.yml
|
||||||
|
vault_password: test
|
||||||
|
inventory: |
|
||||||
|
[all]
|
||||||
|
localhost ansible_connection=local
|
||||||
|
|
Loading…
Reference in a new issue