Use module.warn() instead of returning warnings.

This commit is contained in:
Felix Fontein
2025-08-01 23:32:13 +02:00
parent ea6ef5c775
commit 9299368140
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)."