mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 19:54:24 -07:00
redis: use regexp to check if the value matches expected form (#1079)
* Use regexp to check if the value matches expected form regexp should match values like: - 1B - 10MB - 10mb * Added changelog entry * Update changelogs/fragments/1079-redis-use-regexp-to-check-if-the-value-matches-expected-form.yaml Co-authored-by: Amin Vakil <info@aminvakil.com> Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
6c1d014044
commit
bcfd648855
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- redis - fixes parsing of config values which should not be converted to bytes (https://github.com/ansible-collections/community.general/pull/1079).
|
Loading…
Add table
Add a link
Reference in a new issue