Fix typo.

This commit is contained in:
Felix Fontein
2025-12-01 07:17:17 +01:00
parent f6eb6d743d
commit 64eb45f81b

View File

@@ -1,3 +1,3 @@
bugfixes:
- "_filelock module utils - add type hints. Fix bug if ``set_lock()`` is called with ``lock_timeout=None`` (https://github.com/ansible-collections/community.general/pull/11222)."
- "gitlab module utils - add type hints. Psas API version to python-gitlab as string and not as integer (https://github.com/ansible-collections/community.general/pull/11222)."
- "gitlab module utils - add type hints. Pass API version to python-gitlab as string and not as integer (https://github.com/ansible-collections/community.general/pull/11222)."