mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
* influxdb_retention_policy: add state option to module argument spec * influxdb_retention_policy: simplify duration parsing logic (suggested in #2284) * add changelog * fix documentation and changelog * add constants for duration and sgduration validations * restyle ansible module spec Co-authored-by: Felix Fontein <felix@fontein.de> * improve changelog Co-authored-by: Felix Fontein <felix@fontein.de> * set changed result in check mode for state absent * remove required flag in optional module arguments * influxdb_retention_policy: improve examples readability Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
b9fa9116c1
commit
83a0c32269
2 changed files with 92 additions and 46 deletions
|
@ -0,0 +1,6 @@
|
|||
minor_changes:
|
||||
- influxdb_retention_policy - add ``state`` parameter with allowed values
|
||||
``present`` and ``absent`` to support deletion of existing retention policies
|
||||
(https://github.com/ansible-collections/community.general/issues/2383).
|
||||
- influxdb_retention_policy - simplify duration logic parsing
|
||||
(https://github.com/ansible-collections/community.general/pull/2385).
|
Loading…
Add table
Add a link
Reference in a new issue