mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 14:20:42 -07:00
README: update
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user