From bfdba4708c65debcca8e2f9aedc7d7ab36d1e207 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 7 Apr 2020 00:07:48 +0200 Subject: [PATCH] README: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```