influxdb_retention_policy: fix duration parsing to support INF values (#2396) (#2401)

* influxdb_retention_policy: fix duration parsing to support INF values

* add changelog

(cherry picked from commit 26c3bd25f6)

Co-authored-by: Xabier Napal <xabiernapal@pm.me>
This commit is contained in:
patchback[bot]
2021-05-01 14:37:19 +02:00
committed by GitHub
parent 74eba52028
commit 51540f6345
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing
(https://github.com/ansible-collections/community.general/pull/2385).