mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
workflows: fold options
This commit is contained in:
parent
8973eff607
commit
32a48fb292
1 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
playbook: playbook.yml
|
playbook: playbook.yml
|
||||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
options: |
|
options: >
|
||||||
--inventory hosts
|
--inventory hosts
|
||||||
--limit local
|
--limit local
|
Loading…
Reference in a new issue