Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Remove -v verbose flag from ansible-playbook (was causing file descriptor exhaustion) - Add recurse: false to find tasks (prevents recursive directory traversal) - Set ulimit -n 4096 in Woodpecker container to increase FD limit - Add ANSIBLE_* environment variables for container optimization: - ANSIBLE_HOST_KEY_CHECKING=False (skip SSH key verification) - ANSIBLE_CALLBACK_WHITELIST=minimal (reduce output verbosity) - ANSIBLE_FORCE_COLOR=False (no ANSI color codes) - ANSIBLE_RETRY_FILES_ENABLED=False (don't create retry files) This resolves fsnotify watcher errors in container environments with low FD limits.