mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
README: update
This commit is contained in:
parent
3f717ecb7e
commit
bfdba4708c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ An action that executes given Ansible playbook on selected hosts.
|
||||||
example.com
|
example.com
|
||||||
vault_password: ${{secrets.VAULT_PASSWORD}}
|
vault_password: ${{secrets.VAULT_PASSWORD}}
|
||||||
options: |
|
options: |
|
||||||
--limit dev
|
--limit group1
|
||||||
--extra-vars hello=there
|
--extra-vars hello=there
|
||||||
--verbose
|
--verbose
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue