From 59f1e1bd4f20d319ade570b9cc45ca9ee27b867b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 7 Apr 2020 00:30:12 +0200 Subject: [PATCH] workflows: test -e options --- .github/workflows/test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8109cba..b3586f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,10 +51,8 @@ jobs: key: ${{secrets.SSH_PRIVATE_KEY}} vault_password: test inventory: | - [remote] - host ansible_user=user - - [local] + [all] localhost ansible_user=root ansible_connection=local options: | - --limit local + -e key1=val1 + -e key2=val2