mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-09-03 23:35:46 -06:00
README: add directory input
This commit is contained in:
parent
13970a992f
commit
106317ddaa
@ -9,6 +9,7 @@ An action that executes given Ansible playbook on selected hosts.
|
|||||||
uses: dawidd6/action-ansible-playbook
|
uses: dawidd6/action-ansible-playbook
|
||||||
with:
|
with:
|
||||||
playbook: deploy.yml
|
playbook: deploy.yml
|
||||||
|
directory: ${{github.workspace}}
|
||||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
options: |
|
options: |
|
||||||
--inventory hosts
|
--inventory hosts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user