removed testing group from daily updates

This commit is contained in:
Radar231 2023-01-05 21:43:38 -05:00
parent 9c830203e9
commit 5eb22527d1
1 changed files with 1 additions and 1 deletions

View File

@ -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