1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).