diff --git a/README.md b/README.md index 174b740..bdc7e7a 100644 --- a/README.md +++ b/README.md @@ -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 ```