mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
README: change default directory to ./
This commit is contained in:
parent
5f9b0124a8
commit
bf72c8dfa3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ An action that executes given Ansible playbook on selected hosts.
|
|||
uses: dawidd6/action-ansible-playbook
|
||||
with:
|
||||
playbook: deploy.yml
|
||||
directory: ${{github.workspace}}
|
||||
directory: ./
|
||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
options: |
|
||||
--inventory hosts
|
||||
|
|
Loading…
Reference in a new issue