Remove warning ignores as they are depreciated

Will cause a hard fail in ansible 2.14, so better get rid of them now.
There is no alternative, but the ansible warnings for those modules
are not hard failures anyways.
This commit is contained in:
Patrick Marchand 2022-12-22 11:31:28 -05:00
parent 1c6fdbf85a
commit 5611bb73a2
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* Removed all "warn: False" args in command, shell and other modules as it's been depreciated and will give a hard fail in ansible-core 2.14.0.
* Removed all "warn: False" args in command, shell and other modules as it's been depreciated and will give a hard fail in ansible-core 2.14.0.
### Fixed
* evolinux-base: ensure dbus is started and enabled (not by default in the case of an offline netinst)