From f3c947c9c46d141fb9478a419d5c6558ac86105e Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 24 Apr 2026 01:53:48 +0300 Subject: [PATCH] test --- update-gitops-status.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update-gitops-status.sh b/update-gitops-status.sh index 489b575..636472d 100644 --- a/update-gitops-status.sh +++ b/update-gitops-status.sh @@ -75,11 +75,9 @@ trap "rm -f $PLAYBOOK_LOG" EXIT # Run playbook (no -v flag to avoid file descriptor exhaustion in containers) # Exit code: 0 = synced, non-zero = drift detected (expected) -# Use YAML callback for consistent debug output format # Limit forks to 1 to reduce file descriptor usage set +e ANSIBLE_FORCE_COLOR=false \ -ANSIBLE_STDOUT_CALLBACK=yaml \ ANSIBLE_FORKS=1 \ ansible-playbook \ -i "$INVENTORY_FILE" \