summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/cron.py
Commit message (Expand)AuthorAgeFilesLines
* Removing a cron file when the 'name' parameter is specified is now allowed (#...Emmanuel MICKIEWICZ2020-02-151-1/+4
* Be more specific about the requirements per distro (#65810)Thomas Praxl2019-12-231-1/+1
* Replaces deprecated usage of functions in ansible.module_utils.basic (#63990)Mads Jensen2019-10-311-2/+2
* cron - Only run get_bin_path() once (#62554)Sam Doran2019-09-181-8/+8
* cron - Use the default crontab executable in cron and cronvar modules (#59765)Jean-Frédéric2019-09-181-9/+8
* Fix regression in cron module (#58751)Dag Wieers2019-07-051-6/+7
* Migrate away from pipes.quote (#56785)Martin Krizek2019-05-241-8/+8
* docs: cron: fix for example raises a warning. (#56701)Julien Palard2019-05-231-3/+3
* Fix tuples to actually be tuples (#52591)Matt Martz2019-02-191-2/+2
* validate-modules: Fix all system modules (#52384)Dag Wieers2019-02-191-25/+40
* cron: adjust deprecated version (#52531)René Moser2019-02-191-2/+2
* cron - adds deprecation warnings (#37355). (#52322)Dane Summers2019-02-151-0/+12
* Introduce new 'required_by' argument_spec option (#28662)Dag Wieers2019-02-151-8/+7
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Validate DOCUMENTATION.author (#48993)John R Barker2018-11-211-1/+1
* Bulk fix DOCUMENTATION.author (Part 3) (#48990)John R Barker2018-11-211-1/+1
* Enable additional pylint rules and resolve issues found. (#47221)Matt Clay2018-10-181-1/+1
* Update cron.py (#46055)santascsi2018-09-241-2/+2
* Corrects environment variable in example. (#40162)Colin Nolan2018-05-151-1/+1
* name cronBrian Coca2018-04-161-19/+16
* Bulk autopep8 (modules)John Barker2017-12-071-0/+1
* cron: PEP8 compliancy and doc fixes (#30884)Dag Wieers2017-09-251-133/+101
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Remove wildcard importsToshio Kuratomi2017-07-281-27/+13
* Added warning for cron jobs containing line breaks (#19184)Evan Kaufman2017-07-271-0/+6
* cron - validate filename portion of cron_file param (#19185)Evan Kaufman2017-07-211-0/+10
* Remove unreachable code from cron module (#25577)Abhijeet Kasurde2017-06-111-1/+0
* Cron - Explicitly fail on Solaris when given a special_time (#24898)Evan Kaufman2017-06-021-0/+4
* Fixed backup file behavior in check mode (#24899)Evan Kaufman2017-05-261-3/+2
* 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