- 19 Dec, 2013 6 commits
-
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
- 18 Dec, 2013 5 commits
-
-
fix typo in synchronize module
jctanner committed -
Peter Salvatore committed
-
More don't catch `SystemExit`
Michael DeHaan committed -
Make state=present the default for ec2_tag
Michael DeHaan committed -
Using `ec2_tag` module without the state argument currently results in: ``` failed: [127.0.0.1] => {"failed": true, "parsed": false} ``` This fix makes `state=present` the default
willthames committed
-
- 17 Dec, 2013 9 commits
-
-
Adds postgres support for Ansible RDS module
jctanner committed -
rax: import novaclient.exceptions for cs.images.find
jctanner committed -
tests depend on the default encoding being utf8
jctanner committed -
Improve IRC module. Fixes #5186
jctanner committed -
improve error on invalid vars file (if its a list instead of a dict)
jctanner committed -
Fix permission error when using easy_install through sudo
jctanner committed -
ssh_alt - only trigger 'fatal' when returncode == 255 (interpreted as 'c...
jctanner committed -
jeromew committed
-
`env-setup` fix for zsh <= 4.3.10
jctanner committed
-
- 16 Dec, 2013 8 commits
-
-
Prevents UnicodeEncodeError
jctanner committed -
This reverts commit 15b89b45, reversing changes made to 3d836a1a.
James Tanner committed -
Fixes #5159 `file` module: Don't catch `SystemExit`
jctanner committed -
postgres_db CHECKMODE changed status
jctanner committed -
Fix setup.py to work with 'pip install -e .'
jctanner committed -
Troy C committed
-
ssh_alt.py / decrease # of ssh roundtrips
jctanner committed -
Mohan Krishnan committed
-
- 15 Dec, 2013 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Minor docsite fixes
Michael DeHaan committed -
Mikhail Sobolev committed
-
Mikhail Sobolev committed
-
- 13 Dec, 2013 7 commits
-
-
cs.images.find(human_id= throws novaclient.exceptions.NotFound, resulting in the try/except block with image = cs.images.find(name=image) being skipped. catching novaclient.exception.NotFound allows images to be specified with the human readable name. Example: tasks: - name: Server build request local_action: module: rax region: DFW image: Ubuntu 12.04 LTS (Precise Pangolin) Also, the import is placed after try: import pyrax, because pyrax imports novaclient and should fail if novaclient is missing.
Troy C committed -
Jens Rantil committed
-
Jens Rantil committed
-
fix when the system does not have lsb_release script, but has /etc/lsb_release file
jctanner committed -
jeromew committed
-
Fix for issue #4730 - stacktrace when deferenencing a non-existent group
jctanner committed -
James Tanner committed
-