- 10 Mar, 2014 40 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Tanner committed
-
Richard C Isaacson committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Tanner committed
-
James Tanner committed
-
Add BSD license to module_utils/gce.py
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
* Adds another module utility file which generalizes the access of urls via the urllib* libraries. * Adds a new spec generator for common arguments. * Makes the user-agent string configurable. Fixes #6211
James Cammarata committed -
* Adds another module utility file which generalizes the access of urls via the urllib* libraries. * Adds a new spec generator for common arguments. * Makes the user-agent string configurable. Fixes #6211
James Cammarata committed -
James Cammarata committed
-
Fixes #6331
James Cammarata committed -
James Cammarata committed
-
Andrew Resch committed
-
James Cammarata committed
-
tags lists are properly uniqued and joined now, also avoids type issues when passed as list/set or strings Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
amree committed
-
Fixes #6047
James Cammarata committed -
aresch committed
-
James Tanner committed
-
James Tanner committed
-
Luca Berruti committed
-
anatoly techtonik committed
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module> main() File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main except exc.Unauthorized, e: NameError: global name 'exc' is not defined
Michael Scherer committed -
Jim Kytola committed
-
This prevents a traceback when the group is empty. Fixes #6258
Jesse Keating committed -
Fixes #5305
James Cammarata committed -
Hagai committed
-
Francesc Esplugas committed
-
Fixed missing ansible.errors import in assert module
Tefnet committed -
Serge van Ginderachter committed
-
Pavel Antonov committed
-
Iordan Iordanov committed
-
Add option to enable the sysctl -e option
jctanner committed -
fix missing stdin in _parallel_runner Tested with GIST https://gist.github.com/risaacson/7290d30a612e0c70ea1b. Passes "make tests" Passes non_destructive tests.
Richard Isaacson committed -
Franck Cuny committed
-
Don't lstrip data to be parsed by parse_yaml. Fixes #6384
Michael DeHaan committed
-