mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 14:44:22 -07:00
* Added feature flag to disable facts and its associated deprecatoin warning
* added changelog fragment
* Update plugins/modules/system/xfconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/system/xfconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/system/xfconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixed deprecation message
* Fixed changelog frag
* Update changelogs/fragments/1475-xfconf-facts.yml
* Update plugins/modules/system/xfconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit af64c9a432
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
983b292399
commit
d871378574
2 changed files with 24 additions and 2 deletions
4
changelogs/fragments/1475-xfconf-facts.yml
Normal file
4
changelogs/fragments/1475-xfconf-facts.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- xfconf - added option ``disable_facts`` to disable facts and its associated deprecation warning (https://github.com/ansible-collections/community.general/issues/1475).
|
||||
deprecated_features:
|
||||
- xfconf - returning output as facts is deprecated, this will be removed in community.general 4.0.0. Please register the task output in a variable and use it instead. You can already switch to the new behavior now by using the new ``disable_facts`` option (https://github.com/ansible-collections/community.general/pull/1747).
|
Loading…
Add table
Add a link
Reference in a new issue