mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-14 03:55:37 +00:00
* Avoid first character of random string if it is special when avoid_special_first * Avoid last character of random string if it is special when avoid_special_last Fixes: #11816 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
3 lines
239 B
YAML
3 lines
239 B
YAML
---
|
|
bugfixes:
|
|
- random_string - allow user to set avoid_special_first and avoid_special_last (https://github.com/ansible-collections/community.general/issues/11816, https://github.com/ansible-collections/community.general/pull/11819).
|