summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fix wait_for Module to handle socket response as string in Python3zaiusdr2016-11-181-1/+3
* Updated documentation for PR http://github.com/ansible/ansible/pull/17207Allen Sanabria2016-11-081-5/+47
* added allow_duplicates to include_role docsBrian Coca2016-10-181-0/+5
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-10-173-3/+3
* add JSON junk filter to async_wrapper (#5107)Matt Davis2016-09-301-2/+62
* 1st draft of include docsBrian Coca2016-09-301-0/+59
* Fixes grammatical error in assert module example (#4972)Timothy Appnel2016-09-221-1/+1
* Adds docs for msg param in assert modules plus some other clean up (#4926)Timothy Appnel2016-09-201-2/+12
* fixed incorrect exampleBrian Coca2016-09-141-1/+1
* removed chdir / as it breaks tasksBrian Coca2016-09-121-1/+1
* Don't change to root dir in async_wrapper (#4779)Monty Taylor2016-09-121-1/+0
* updated include_role docsBrian Coca2016-09-061-4/+22
* Python 3 fixes for async_wrapper and async_status. (#4671)Matt Clay2016-09-022-2/+7
* Make async_wrapper ignore '_' as an argsfile. (#4678)Matt Clay2016-09-021-3/+4
* Adding 'end_play' docs to meta moduleJames Cammarata2016-08-311-1/+2
* Make async work on python 3 (#4583)Michael Scherer2016-08-311-1/+2
* Shows messages for uncaught exceptions from called modules in async_wrapper o...James S. Martin2016-08-301-0/+1
* added docs for vars_from/defaults_fromBrian Coca2016-08-261-0/+10
* updated include_role docs to latest infoBrian Coca2016-08-261-1/+4
* 1st draft of include role docsBrian Coca2016-08-261-0/+56
* added meta as 'documentation'Brian Coca2016-08-121-0/+64
* updated docs to reflect new featureBrian Coca2016-07-241-5/+23
* deprecated accelerateBrian Coca2016-07-221-740/+0
* deprecated accelerateBrian Coca2016-07-221-0/+741
* documenting behaviour as clear as possibleBrian Coca2016-07-151-1/+1
* Removing erroneous import from async_statusJames Cammarata2016-07-071-1/+0
* Ensure async wrapper and status return consistent fieldsJames Cammarata2016-07-072-4/+8
* Merge pull request #4051 from Shrews/async_atomic_moveJames Cammarata2016-07-071-5/+12
|\
| * Use os.rename() in async_wrapperDavid Shrewsbury2016-06-291-5/+12
* | updated set_fact docs with note about typingBrian Coca2016-07-061-1/+4
* | updated docs in pause to reflect 0 value behaviourBrian Coca2016-06-271-2/+4
|/
* Fix wait_for on python < 2.6 (#3790) (#3973)Stanislav Antic2016-06-171-1/+1
* reverted need for module utils importsBrian Coca2016-06-161-6/+3
* added missing importBrian Coca2016-06-161-0/+3
* exception ans sys.exit fixesBrian Coca2016-06-161-6/+2
* Fix exception handling in async_wrapperToshio Kuratomi2016-06-161-2/+2
* Py2.4: SystemExit in async_wrapper is not an error - compatibility fixBrano Zarnovican2016-06-151-0/+6
* Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exce...codemeup @ Work2016-06-132-17/+21
* Adapt module to use new module._name property (#3918)Dag Wieers2016-06-101-2/+2
* a) fail_json uses kwargs, b) outside the fork, log instead of returning json ...Mike Mars2016-06-041-3/+3
* data type fix on format stringMike Mars2016-06-041-2/+2
* corrected the string formatting (format isn't in 2.4 and even in some later v...Mike Mars2016-06-041-3/+3
* Missed umask octal conversion.Mike Mars2016-06-031-1/+1
* Corrected string of text...Mike Mars2016-06-031-1/+1
* 1) Modified error handling to work with Python 2.4.Mike Mars2016-06-031-16/+27
* Fixing compile time errors irt exception handling for Python 3. This particul...Mike Mars2016-06-021-11/+11
* Fix wait_for to compile on python3 (#3722)Michael Scherer2016-05-231-1/+2
* Do not use a tuple as argument for _create_connection (#3655)Michael Scherer2016-05-171-3/+3
* exclude_hosts does not work as expected with state=drainedvaupelt2016-04-211-53/+76
* Allow async to not need an args file since new-style modules have args embeddedToshio Kuratomi2016-04-011-2/+5