1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-14 03:55:37 +00:00
community.general/changelogs/fragments/random_string_avoid.yml
Abhijeet Kasurde 8fbb9d718e
random_string: Add parameter avoid_special_first and avoid_special_last
* 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>
2026-04-14 13:21:48 -04:00

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).