mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
lxd_container: do not ignore volatile configs by option (#3331)
* do not ignore volatile - fix #2466 * remove unnecessary checks * fix ansible-tests sanity * fix access to the option: ignore_volatile_options * add fragment * fix quotation marks error * fix review findings * fix sanity error * fix description - in yaml examples use true not True comment out the deprecate message * remove "default=True" at ignore_volatile_options fix spelling * fix sanity error that ignore_volatile_options have no default value * undo changes. add defaut value and remove keyword at dict.get() * fix sanity error * small spelling fixes * change text for fragment * Fix description sentence. Co-authored-by: Frank Dornheim <“dornheim@posteo.de@users.noreply.github.com”> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
424af85929
commit
8e7d49c1c6
2 changed files with 42 additions and 9 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "lxd_container - add ``ignore_volatile_options`` option which allows to disable the behavior that the module ignores options starting with ``volatile.`` (https://github.com/ansible-collections/community.general/pull/3331)."
|
Loading…
Add table
Add a link
Reference in a new issue