1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00

Use module.warn() instead of returning warnings.

This commit is contained in:
Felix Fontein 2025-08-01 23:32:13 +02:00
parent b96fad5e5b
commit ab8dfefd90
3 changed files with 6 additions and 7 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- "firewalld_info - stop returning warnings as return values; this has been deprecated by ansible-core (https://github.com/ansible-collections/ansible.posix/pull/670)."
- "mount - stop returning warnings as return values; this has been deprecated by ansible-core (https://github.com/ansible-collections/ansible.posix/pull/670)."