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

* influxdb_retention_policy: fix duration parsing to support INF values

* add changelog
This commit is contained in:
Xabier Napal 2021-05-01 14:19:05 +02:00 committed by GitHub
commit 26c3bd25f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).