1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/2284-influxdb_retention_policy-idempotence.yml
patchback[bot] 6158b5f56b
influxdb_retention_policy: ensure duration parameters are idempotent (#2281) (#2284) (#2353)
* influxdb_retention_policy: ensure duration parameters are idempotent (#2281)

* add changelog for pr #2284

(cherry picked from commit aea12899cc)

Co-authored-by: Xabier Napal <naxabier@gmail.com>
2021-04-26 07:28:10 +02:00

4 lines
217 B
YAML

bugfixes:
- influxdb_retention_policy - ensure idempotent module execution with different
duration and shard duration parameter values
(https://github.com/ansible-collections/community.general/issues/2281).