summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add mode option to the list"revert-3630-patch-1Brian Coca2016-06-131-7/+0
* Add mode option to docstring for get_url (#3630)Victor Bocharsky2016-06-131-0/+7
* Merge pull request #3701 from gillesgagniard/gce-subnetwork-devAdrian Likins2016-06-131-0/+20
|\
| * better error message if libcloud is not recent enough to use gce subnetworksGilles Gagniard2016-05-201-1/+1
| * fix documentation to reflect subnetwork option is new in ansible 2.2Gilles Gagniard2016-05-191-0/+1
| * Initial support for specifying in which subnetwork a gce instance should be c...Gilles Gagniard2016-05-191-0/+19
* | Merge pull request #3926 from neowu/develAdrian Likins2016-06-131-0/+3
|\ \
| * | fix unarchive doesn't extract changed tar file #3901neo2016-06-101-0/+3
* | | Finish python3 syntax compilation fixing for core repoToshio Kuratomi2016-06-132-14/+7
* | | Fixing compile time errors irt (, e => as e, print(), ocat now 0o not 0) exce...codemeup @ Work2016-06-132-17/+21
* | | Merge pull request #3944 from chouseknecht/develChris Houseknecht2016-06-131-4/+4
|\ \ \
| * | | Fix #3941chouseknecht2016-06-131-4/+4
|/ / /
* | | Merge pull request #3931 from stefanha/docker_service-PyYAML-requirementChris Houseknecht2016-06-111-2/+12
|\ \ \
| * | | docker_service: make PyYAML requirement explicitStefan Hajnoczi2016-06-111-2/+12
|/ / /
* | | Merge pull request #3928 from chouseknecht/fix_16211Chris Houseknecht2016-06-101-1/+2
|\ \ \
| * | | Fix #16211 - only stop/kill running containerschouseknecht2016-06-101-1/+2
|/ / /
* | | Fix #3906 - Enforce required minimum compose version. (#3925)Chris Houseknecht2016-06-101-0/+8
|/ /
* | Update delete notes for Synrhconize docs (#3723)Matt Fischer2016-06-101-2/+2
* | Clarify behaviour when state=present and no name is given (#3904)Thomas Quinot2016-06-101-1/+2
* | Update GitHub templates to reflect ansible/ansible (#3900)Dag Wieers2016-06-102-10/+14
* | Adapt module to use new module._name property (#3918)Dag Wieers2016-06-101-2/+2
* | Improve the unzip output scraping (#3819)Dag Wieers2016-06-101-4/+7
* | added missing colons to documentation (#3913)Bradley Phipps2016-06-101-2/+2
* | Revert "Fix git shallow update (#3794)" -- Broke integration tests:Toshio Kuratomi2016-06-091-36/+14
* | Use the six import for urlsplit instead of importing directly. (#3902)jctanner2016-06-091-2/+2
* | Fix git shallow update (#3794)Robin Roth2016-06-091-14/+36
* | Merge pull request #3850 from Hypermanzer/utilities_helper_accelerate_p2_p3Matt Davis2016-06-081-16/+27
|\ \
| * | 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
* | | move environment variable gathering to end of __init__() (#3890)Vince v. Oosten2016-06-081-4/+4
* | | Iam trust policy (#3885)Matt Davis2016-06-081-5/+52
* | | Merge pull request #3886 from privateip/bugfix-3878Peter Sprygada2016-06-071-4/+4
|\ \ \
| * | | removes requirement for config argument to be specified in junos_factsPeter Sprygada2016-06-071-4/+4
|/ / /
* | | Merge pull request #3879 from trondhindenes/win_fact_reboot_pendingMatt Davis2016-06-061-0/+3
|\ \ \
| * | | Return reboot pending as true/falseTrond Hindenes2016-06-061-0/+3
|/ / /
* | | Add an example to delete Route53 alias record set (#3834)mansunkuo2016-06-061-3/+22
* | | Fix grammar in docs for fetch 'fail_on_missing' (#3872)Brendan Jurd2016-06-061-1/+1
* | | Fixed Typo in Examples of systemd module (#3870)Robin Naundorf2016-06-061-1/+1
* | | fixed issue with multiline output from systemdBrian Coca2016-06-061-16/+19
* | | Fix the six importToshio Kuratomi2016-06-041-1/+1
* | | Be sure to import urllib.parse from somewhereToshio Kuratomi2016-06-041-2/+5
* | | Merge pull request #3867 from chouseknecht/develChris Houseknecht2016-06-041-1/+1
|\ \ \
| * | | Fix issue #3866chouseknecht2016-06-041-1/+1
|/ / /
* | | correct gs_storage docs to match realitynitzmahone2016-06-031-4/+4
* | | Merge pull request #3847 from washingtoneg/postgres9.5-rds-param-group-supportRyan Brown2016-06-031-1/+3
|\ \ \