mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-13 16:15:21 +01:00
* To avoid the "invalid option" error on RHEL6 and CentOS6, modified delete logic to use "atrm" command instead of "at -r". * Fixed search logic for job_id to perform delete correctly on *BSD and Solaris. Signed-off-by: Hideki Saito <saito@fgrep.org>
4 lines
214 B
YAML
4 lines
214 B
YAML
---
|
|
bugfixes:
|
|
- at - use ``atrm`` command instead of ``at -r`` to avoid ``invalid option`` error on ``RHEL6`` and ``CentOS6``.
|
|
- at - fixed search logic for job_id to perform correctly on ``*BSD`` and Solaris.
|