From 47f48fd0e8f35a9b7b70de525c17b4658f7dc6e0 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 7 Apr 2020 00:58:47 +0200 Subject: [PATCH] workflows: pass -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