mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bcfd648855
* 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>
2 lines
162 B
YAML
2 lines
162 B
YAML
bugfixes:
|
|
- redis - fixes parsing of config values which should not be converted to bytes (https://github.com/ansible-collections/community.general/pull/1079).
|