You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Dmitry Marakasov 68cb864aad 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's
9 years ago
..
__init__.py
authorized_key.py Added one extra example in the authorized_key module. (#3637) 9 years ago
cron.py Fix crontab argument order for writing (#3750) 9 years ago
group.py
hostname.py Port hostname to a py24 and py3 compatible syntax (#3676) 9 years ago
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 9 years ago
ping.py
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 9 years ago
selinux.py
service.py
setup.py
sysctl.py
systemd.py fixed enabled reporting 9 years ago
user.py Do not ignore the primary group if modifying the list of secondary groups. (#3585) 9 years ago