mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 07:04:23 -07:00
Fix cronvar crash when parent dir of cron_file is missing (#10461)
* Fix cronvar crash on non existent directories * Update changelog * Fix small variable bug * Fix trailing witespace * Fix CI issues * Update changelogs/fragments/10461-cronvar-non-existent-dir-crash-fix.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/cronvar.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
ee7830667a
commit
cc13f42be4
3 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "cronvar - fix crash on missing ``cron_file`` parent directories (https://github.com/ansible-collections/community.general/issues/10460, https://github.com/ansible-collections/community.general/pull/10461)."
|
Loading…
Add table
Add a link
Reference in a new issue