mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-27 05:43:28 +00:00
AIX uses -lv options to cat a job (instead of -c for Linux). AIX uses -r to remove a job. Linux supports both -r and -d, so use -r since it is what POSIX says.