From 5ac9266a345f9a3f550c3c28ee4182ab54d60e4c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 26 Jan 2025 08:00:00 -0500 Subject: [PATCH] param 1 --- ANSIBLE/auto_play.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ANSIBLE/auto_play.sh b/ANSIBLE/auto_play.sh index 846bee1..7b9c335 100644 --- a/ANSIBLE/auto_play.sh +++ b/ANSIBLE/auto_play.sh @@ -1,5 +1,6 @@ #!/bin/sh -# + +PARAM1=$1 for a in "$@" ;do PROVISION_FILE=$a done