README: update

This commit is contained in:
Dawid Dziurla
2020-04-07 00:07:48 +02:00
committed by GitHub
parent 3f717ecb7e
commit bfdba4708c

View File

@@ -19,7 +19,7 @@ An action that executes given Ansible playbook on selected hosts.
example.com
vault_password: ${{secrets.VAULT_PASSWORD}}
options: |
--limit dev
--limit group1
--extra-vars hello=there
--verbose
```