From e6d34c02003397106ac254a00a6794a09de03055 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 02:33:49 -0600 Subject: [PATCH] Add args to k8s.sh --- k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.sh b/k8s.sh index a5491b8..30d2386 100755 --- a/k8s.sh +++ b/k8s.sh @@ -1,6 +1,6 @@ #! /bin/sh -ansible-playbook playbooks/pik8s.yml \ +ansible-playbook playbooks/pik8s.yml "$@" \ -i inventory-localhost \ -l localhost \ --tags k8s