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