mirror of https://github.com/ansible/ansible.git
* [stable-2.8] cron - Use the default crontab executable in cron and cronvar modules (#59765) In some remote environments, the `crontab` executable is overloaded with a custom executable, which typically does some pre/post processing before forwarding to crontab. Instead of using the hardcoded `/usr/bin/crontab`, this uses the `get_bin_path` utility to locate the default crontab executable.. (cherry picked from commitpull/62703/head951a80c8b0) Co-authored-by: Jean-Frédéric <JeanFred@users.noreply.github.com> * [stable-2.8] cron - Only run get_bin_path() once (#62554) (cherry picked from commitb7897e3a8d)
parent
912c493307
commit
e8b14e02fe
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- cron and cronvar - use get_bin_path utility to locate the default crontab executable instead of the hardcoded /usr/bin/crontab. (https://github.com/ansible/ansible/pull/59765)
|
||||
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- cron cronvar - only run ``get_bin_path()`` once
|
||||
Loading…
Reference in New Issue