From 5eb22527d15033b7b896c577eefc76dda8675bc6 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Thu, 5 Jan 2023 21:43:38 -0500 Subject: [PATCH] removed testing group from daily updates --- do_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_updates.sh b/do_updates.sh index d0b3a32..c5cbb43 100755 --- a/do_updates.sh +++ b/do_updates.sh @@ -10,5 +10,5 @@ logDir="$HOME/logs" mkdir -p $logDir -ansible-playbook -i inventory/delfax.yml --limit local,remote,k8s,testing updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log +ansible-playbook -i inventory/delfax.yml --limit local,remote,k8s updates.yml 2>&1 | tee -a ${logDir}/updates_${curDate}.log