mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
README: add directory input
This commit is contained in:
parent
13970a992f
commit
106317ddaa
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue