mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-04-22 07:43:35 +00:00
workflows: test -e options
This commit is contained in:
parent
2be8c5b7f9
commit
59f1e1bd4f
1 changed files with 3 additions and 5 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -51,10 +51,8 @@ jobs:
|
|||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
vault_password: test
|
||||
inventory: |
|
||||
[remote]
|
||||
host ansible_user=user
|
||||
|
||||
[local]
|
||||
[all]
|
||||
localhost ansible_user=root ansible_connection=local
|
||||
options: |
|
||||
--limit local
|
||||
-e key1=val1
|
||||
-e key2=val2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue