mirror of https://github.com/ansible/ansible.git
Fix crontab argument order for writing (#3750)
Currently, when writing user's crontab, ansible calls crontab <file> -u <user> This is incorrect according to crontab(1) on both FreeBSD and Linux, which suggest that file argument should be the last. At least on FreeBSD, this leads to incorrect cron module bahavior which writes to root's crontab instead of users'sreviewable/pr18780/r1
parent
866315eb77
commit
68cb864aad
Loading…
Reference in New Issue