mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
README: fix usage
This commit is contained in:
parent
b2946c375b
commit
2f1261582a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ An action that executes given Ansible playbook on selected hosts.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook
|
uses: dawidd6/action-ansible-playbook@master
|
||||||
with:
|
with:
|
||||||
playbook: deploy.yml
|
playbook: deploy.yml
|
||||||
key: ${{secrets.SSH_PRIVATE_KEY}}
|
key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||||
|
|
Loading…
Reference in a new issue