- 04 Jan, 2014 1 commit
-
-
Remove code underlying when_* and only_if, which are deprecated features slated for removal in the 1.5 release.
Michael DeHaan committed
-
- 18 Dec, 2013 1 commit
-
-
port parsing errors Fixes problesm introduced by 948d019f Adds testcases to defend
John Barker committed
-
- 09 Dec, 2013 1 commit
-
-
So we set the utils default encoding to be utf8
Matthew Thode committed
-
- 03 Dec, 2013 1 commit
-
-
Using ``` assert 'changed' in result ``` doesn't actually check if something is changed, which is presumably the reason for the assertion. What is actually needed is ``` assert result.get('changed') ``` which checks that changed is set and not False. Tests still pass after this change
willthames committed
-
- 19 Nov, 2013 1 commit
-
-
Eric Johnson committed
-
- 15 Nov, 2013 1 commit
-
-
Rene Moser committed
-
- 14 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 13 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 31 Oct, 2013 1 commit
-
-
This adds two parameters to the git module: bare (boolean) Indicates this is to be a bare repositori reference (string) Indicates the path or url to the reference repo. Check out the "--reference" option in the "git clone" man page Added appropriate tests.
Christian Goetze committed
-
- 30 Oct, 2013 1 commit
-
- 19 Oct, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 17 Oct, 2013 2 commits
-
-
Martynas Mickevicius committed
-
Martynas Mickevicius committed
-
- 15 Oct, 2013 2 commits
-
-
Jascha Geerds committed
-
Paul Sokolovsky committed
-
- 11 Oct, 2013 7 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Matt Martz committed
-
- 07 Oct, 2013 2 commits
-
-
Eric Johnson committed
-
Return inventory objects in the order they are presented. Additionally, fix host slicing such that it works on Python terms with zero indexed lists and a non-inclusive final element.
Michael DeHaan committed
-
- 06 Oct, 2013 1 commit
-
-
The validate option is constructed similarly to the template command's validate option. TestRunner.py has been updated to include two new tests, one for passing and one for failing validation.
Joshua Kehn committed
-
- 30 Sep, 2013 1 commit
-
-
Matt Martz committed
-
- 28 Sep, 2013 1 commit
-
-
tests shouldn't be making symlinks to system dirs, also fixes unit test report on OS X.
Michael DeHaan committed
-
- 25 Sep, 2013 1 commit
-
-
Instantiating the Inventory class with host_list=None now results in an empty inventory instead of an error.
Jasper Capel committed
-
- 21 Sep, 2013 1 commit
-
-
- test part of ansible.runner.filter_plugins.core - test ansible.utils.unfrackpath
Michael Scherer committed
-
- 09 Sep, 2013 2 commits
-
-
Implementation note: Ternery operator trick for python prior to 2.5 is used. (test and [when_true_value] or [when_false_value])[0] http://stackoverflow.com/questions/394809/ternary-conditional-operator-in-python#comment1466794_394887
Hiroaki Nakamura committed -
James Cammarata committed
-
- 07 Sep, 2013 1 commit
-
-
Still compatible with user: but deprecating it so we can have a matching remote_user: in tasks, cannot be user: because of the module of the same name. #3932 Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 23 Aug, 2013 6 commits
-
-
covered to 100%
Michael Scherer committed -
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
Michael Scherer committed
-
- 21 Aug, 2013 1 commit
-
-
Michael Scherer committed
-