- 02 Mar, 2014 1 commit
-
-
Brian Coca committed
-
- 10 Feb, 2014 1 commit
-
-
- removed previous 'typification' of input as it needs it is typed by module as strings and needs to be output as strings, making it useless. - now checks for vtype and value against None when question is specified - simplified set_selections as vtype and value should have a string value going in. - added example of querying questions for a package - added module requirement of question,vtype and value being required together.
Brian Coca committed
-
- 09 Feb, 2014 1 commit
-
-
- field names are more consistent with debconf - values are now 'booleanized' or accepted as list/set objects when pertinent - updated docs to reflect all of the above and debconf cli tools required
Brian Coca committed
-
- 06 Feb, 2014 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 05 Feb, 2014 2 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
- 23 Dec, 2013 3 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Mikhail) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 20 Dec, 2013 1 commit
-
-
just changed existing) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 19 Dec, 2013 10 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
James Tanner committed
-
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 defaultwillthames 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 6 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
-