summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rework run_command's env setting to not change os.environ for the rest of the...run_command-env-reworkToshio Kuratomi2016-01-201-27/+37
* Forward conditionals onto included plays when conditional eval errorsJames Cammarata2016-01-201-3/+17
* Don't assign both parent blocks and task includes to blocksJames Cammarata2016-01-191-2/+7
* clarified with_fileBrian Coca2016-01-191-1/+1
* adds provider argument to nxos shared modulePeter Sprygada2016-01-192-13/+21
* adds provider argument to ios shared modulePeter Sprygada2016-01-192-12/+20
* add provider argument to eos shared modulePeter Sprygada2016-01-192-12/+31
* Revert "Properly look for parent become attribute"James Cammarata2016-01-192-5/+4
* Don't tracback trying to retore settingsToshio Kuratomi2016-01-191-1/+3
* add provider to iosxr shared modulePeter Sprygada2016-01-192-13/+21
* adds provider argument to openswitch shared modulePeter Sprygada2016-01-192-14/+31
* adds provider argument to junos shared modulePeter Sprygada2016-01-192-23/+26
* adds private key file support to shell shared modulePeter Sprygada2016-01-191-4/+7
* Properly look for parent become attributeJames Cammarata2016-01-192-4/+5
* Relocate use of ERROR to display class, to avoid doubling upJames Cammarata2016-01-193-11/+11
* Catch INI section parsing misses and raise an appropriate errorJames Cammarata2016-01-191-1/+4
* Fix role hashing failure/traceback when params contain listsJames Cammarata2016-01-191-1/+4
* Set decoding of path to unicode to raise an exception if non-utf8Toshio Kuratomi2016-01-191-2/+2
* Make all parts of messages and pathnames into unicode so that we don't get Un...Toshio Kuratomi2016-01-192-5/+5
* clarify role include pathsBrian Coca2016-01-191-1/+1
* fixed exception handling to be 2.4 compatibleBrian Coca2016-01-191-9/+11
* Don't clear start at task flag until all hosts are advancedJames Cammarata2016-01-181-23/+28
* added missed ec2_vpc_net_factsBrian Coca2016-01-181-0/+1
* be consistent about conversion to_strBrian Coca2016-01-181-1/+1
* updated submodule refsBrian Coca2016-01-182-12/+15
* ignore exceptions in get_file_contentsBrian Coca2016-01-181-0/+3
* Turn results that come from traceback messages into unicode, not str.Toshio Kuratomi2016-01-181-1/+2
* Merge pull request #13934 from dlangille/dlangille-patch-2Brian Coca2016-01-181-4/+5
|\
| * Specify the correct default values for sudo_flagsDan Langille2016-01-161-3/+4
| * Add correct default options for sudo_flagsDan Langille2016-01-161-1/+1
* | Fix with loop + delegate issuesJames Cammarata2016-01-182-1/+6
* | Merge pull request #13923 from slimandslam/patch-1Brian Coca2016-01-181-0/+8
|\ \
| * | Added example of running commands on a remote Windows ServerJ Levitt2016-01-151-0/+8
* | | Merge pull request #13922 from rgroten/patch-2Brian Coca2016-01-181-3/+3
|\ \ \
| * | | minor wording fixesRyan Groten2016-01-151-3/+3
* | | | Update submodule refsToshio Kuratomi2016-01-182-15/+12
* | | | Fix proposed by @Yannig to fix become success detection when the output is mu...Toshio Kuratomi2016-01-181-1/+4
* | | | correctly deals with non serializable typeBrian Coca2016-01-182-2/+10
* | | | better init detectionBrian Coca2016-01-181-7/+6
* | | | Fix set_fact + run_once to assign variables to all hosts in the listJames Cammarata2016-01-181-10/+10
* | | | Allow module args as k=v pairs when using the module: option with local_actionJames Cammarata2016-01-181-2/+5
* | | | Merge branch 'ktaragorn-patch-1' into develJames Cammarata2016-01-181-3/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Minor cleanup when reassigning play context to reused connectionsJames Cammarata2016-01-181-6/+9
| * | | Merge branch 'patch-1' of https://github.com/ktaragorn/ansible into ktaragorn...James Cammarata2016-01-181-0/+3
| |\ \ \ |/ / / /
| * | | Fixes #13763 Update connections _play_context on every iterationKarthik T2016-01-111-0/+3
* | | | Fix erroneous fetch fail when fail_on_missing is set to FalseToshio Kuratomi2016-01-151-2/+4
* | | | Merge pull request #13819 from chrrrles/vmware_doc_fragmentsChrrrles Paul2016-01-152-0/+120
|\ \ \ \ | |_|/ / |/| | |
| * | | doc fragments for vmware_ vca_Charles Paul2016-01-122-0/+120
* | | | fixes documentation stringPeter Sprygada2016-01-151-1/+1
| |_|/ |/| |
* | | Merge pull request #13919 from dkasak/patch-2Brian Coca2016-01-151-1/+1
|\ \ \