summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/cron.py
Commit message (Expand)AuthorAgeFilesLines
* Downgraded more modules from Curated to Community (#24751)Dylan Silva2017-05-181-1/+1
* cron: don't force changed=True when old crontab was emptyEvgeni Golov2017-03-281-1/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-3/+3
* Apply SELinux context only if cron_file param existsEvan Kaufman2017-01-091-8/+2
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-3/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - systemFabio Alessandro Locati2016-12-081-2/+2
* Fix for python 2.4 compatibility (#5693)Evan Kaufman2016-12-081-2/+3
* add correct SELinux file context for crontabs (#4511) (#4595)ekultails2016-12-081-0/+10
* Examples syntax batch4 (#5620)Sam Doran2016-12-081-10/+37
* Identify existing unmanaged jobs by exact match, when no header comment is foundEvan Kaufman2016-12-081-5/+27
* Record existing cron file as string property, rather than only recording term...Evan Kaufman2016-12-081-9/+11
* Rendering of crontab should reflect actual newline termination, in diff modeEvan Kaufman2016-12-081-3/+3
* Ensure trailing newline is written to cron fileEvan Kaufman2016-12-081-3/+12
* Move job parameter to meet expected requirements (#5151)Steven de Vries2016-12-081-1/+1
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-3/+3
* cron: replacement for os.getlogin() (#4777)Gregor Giesen2016-12-081-2/+3
* Fixes #3791 cron always returning changed state for multiline jobs (#4285)Evan Kaufman2016-12-081-0/+3
* Allow cron to target remote user (#4270)BradLook2016-12-081-2/+2
* Clarify behaviour when state=present and no name is given (#3904)Thomas Quinot2016-12-081-1/+2
* Added statement about escaping characters in chron tasks (#3770)Erik Nadel2016-12-081-0/+1
* Fix crontab argument order for writing (#3750)Dmitry Marakasov2016-12-081-1/+1
* Port cron to a py3 and py24 compatible syntax (#3674)Michael Scherer2016-12-081-4/+4
* Add diff and check mode to cron moduleTobias Wolf2016-12-081-6/+38
* Typo.Luca Berruti2016-12-081-1/+1
* Allow cron_file to be an absolute pathThomas Quinot2016-12-081-3/+8
* cron module: add enviroment variables managementLuca Berruti2016-12-081-40/+168
* reverse order of cron commandsBrian Coca2016-12-081-1/+1
* Update cron.pyJeroen Seegers2016-12-081-1/+1
* Add missing documentation: cron_file requires user to be setAchilleas Pipinellis2016-12-081-0/+1
* removed typoBrian Coca2016-12-081-1/+1
* removed syslog in favor of common module logging functionsBrian Coca2016-12-081-11/+3
* changed chmod to 2.4 compatBrian Coca2016-12-081-1/+1
* Add disabled option to cron moduleEvan Kaufman2016-12-081-8/+22
* Fix permissions issue with 'cron' moduleSam Thursfield2016-12-081-0/+1
* - 'name' should not be required so as to allow uninstalling a cron_fileAlexis Seigneurin2016-12-081-2/+2
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* Update the cron docs to specify that it takes a boolean valueToshio Kuratomi2016-12-081-1/+2
* Fix documentation of the variable that backup file name is returned inToshio Kuratomi2016-12-081-1/+1
* Name is a required parameter, fix https://github.com/ansible/ansible/issues/1...Michael Scherer2016-12-081-1/+1
* Update cron example for setting to run twice a dayToshio Kuratomi2016-12-081-2/+2
* file extensions!Michael DeHaan2016-12-081-0/+524