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" \