irc: use True instead of 1 (#11076)

* irc: use True instead of 1

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-11-10 19:29:06 +13:00
committed by GitHub
parent 3cbe44e269
commit 8b1d725fb2
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- irc - use proper boolean value in loops (https://github.com/ansible-collections/community.general/pull/11076).