mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
* Fix empty value issue in cronvar * Update changelog * Update plugins/modules/cronvar.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/10445-cronvar-reject-empty-values.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update tests/integration/targets/cronvar/tasks/main.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update tests/integration/targets/cronvar/tasks/main.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Accept empty strings on cronvar * Update plugins/modules/cronvar.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update main.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
212 B
YAML
2 lines
212 B
YAML
bugfixes:
|
|
- "cronvar - handle empty strings on ``value`` properly (https://github.com/ansible-collections/community.general/issues/10439, https://github.com/ansible-collections/community.general/pull/10445)."
|