summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release v2.0.1.0-1v2.0.1.0-1James Cammarata2016-02-245-1/+11
* Updating RELEASES.txtJames Cammarata2016-02-241-1/+1
* show task path on vv or aboveBrian Coca2016-02-211-1/+1
* Catch TypeError on join, and if caught just return a single item, or a list o...Matt Martz2016-02-201-1/+7
* New release v2.0.1.0-0.2.rc2v2.0.1.0-0.2.rc2James Cammarata2016-02-153-1/+1
* removed follow from common file docsBrian Coca2016-02-151-8/+0
* Update changelog for dnf fixToshio Kuratomi2016-02-131-0/+1
* Update submodule refsToshio Kuratomi2016-02-132-0/+0
* Fix bugs related to task_includes and dep chain inheritanceJames Cammarata2016-02-132-8/+7
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-126-28/+46
* Display the string which is causing an exception to be raised.Marc Poirier2016-02-111-1/+1
* removed signal trappingBrian Coca2016-02-111-1/+1
* update extras submodule refnitzmahone2016-02-111-0/+0
* Update submodule for fix to mysql_user passwordToshio Kuratomi2016-02-111-0/+0
* Revert "Module params should default to str in most cases."Toshio Kuratomi2016-02-111-12/+3
* allow skipping tasks due to undefined varBrian Coca2016-02-111-11/+5
* termination handlingBrian Coca2016-02-113-22/+19
* fix cartesian lookupBrian Coca2016-02-111-1/+1
* update core submodule refnitzmahone2016-02-101-0/+0
* Update submodule refToshio Kuratomi2016-02-101-0/+0
* fix typoRobin Roth2016-02-101-1/+1
* add ismount function from python Lib/posixpath.pyRobin Roth2016-02-101-0/+90
* Module params should default to str in most cases.Toshio Kuratomi2016-02-101-3/+12
* read full file when doing diffBrian Coca2016-02-101-12/+13
* Clarify error message when module replacer encounters a bad import line for m...Toshio Kuratomi2016-02-101-1/+1
* Catch exceptions during module execution so they don't fail the workerJames Cammarata2016-02-101-0/+3
* avoid termination message when term is internalBrian Coca2016-02-092-3/+4
* Proposed fix for ansible/ansible-modules-extras#1348 due to datetime.datetime...Etherdaemon2016-02-091-0/+4
* Submodule pointer updateJames Cammarata2016-02-091-0/+0
* strip BECOME-SUCCESS at lower levelMatthew Stoltenberg2016-02-094-11/+3
* Filter become success string from the stdout of script resultsJames Cammarata2016-02-091-0/+1
* Also hide the before state of files with --diff and no_logToshio Kuratomi2016-02-081-2/+5
* fix winrm erorr formattingBrian Coca2016-02-081-1/+1
* correctly handle term signalsBrian Coca2016-02-085-8/+21
* Added more info to the no action detected errorJonathan Davila2016-02-081-1/+1
* Add support ssh configs from /etc/openssh.Alexey Shabalin2016-02-083-5/+10
* Also chmod the args file path when using become for old-style modulesJames Cammarata2016-02-081-0/+2
* Allowing multiple tags to be specified in include's tags argument.Felix Fontein2016-02-081-1/+1
* Update core submodule ref to fix apt locale bugToshio Kuratomi2016-02-071-0/+0
* Add locale fixes to changelgoToshio Kuratomi2016-02-071-0/+1
* Update submodule refsToshio Kuratomi2016-02-072-0/+0
* Allow setting run_command environment overrides for the life of an AnsibleModuleToshio Kuratomi2016-02-071-1/+7
* tag the setup task with alwaysBrian Coca2016-02-051-0/+1
* Fix --diff to respect no_log task parameter.Toshio Kuratomi2016-02-041-0/+3
* Update submodule refsToshio Kuratomi2016-02-042-0/+0
* Also add 'null' as a possible JSON valueDag Wieers2016-02-041-0/+1
* Defined JSON booleans in global context for python eval()Dag Wieers2016-02-041-1/+8
* Merge pull request #14214 from dvarrazzo/conflicting-actions-messageJames Cammarata2016-02-031-1/+1
|\
| * Better "conflicting action statements" messageDaniele Varrazzo2016-01-291-1/+1
* | Handle when the lookup-plugin is used in jinja-styleDag Wieers2016-02-031-1/+1