Files
infra-automation/ansible.cfg
ansible 9f0706a40a Disable cowsay in ansible.cfg for professional output
Add nocows = True to disable ASCII art cow animations in Ansible output
for cleaner, more professional console output.

Change:
- Add nocows = True to [defaults] section

Benefits:
- Cleaner output for logging and CI/CD pipelines
- More professional appearance in production environments
- Better output parsing for automation tools
- Consistent output format across all systems
- Removes dependency on cowsay package

This is a standard production configuration setting that ensures
consistent and parseable output across all execution environments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 01:43:57 +01:00

1.6 KiB