- 07 Mar, 2014 7 commits
-
-
Small grammar fix
karelstriegel committed -
James Cammarata committed
-
Fixes #6322
James Cammarata committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow any file that can be in YAML to also be in JSON. This is primarily done to support non-visual editors better.
Michael DeHaan committed
-
- 06 Mar, 2014 32 commits
-
-
James Cammarata committed
-
Fix TestInventory Unit Tests Tested clean.
Richard Isaacson committed -
Redhat != RedHat
James Laska committed -
This fixes integration tests when run on a RHEL system. Oddly, the ansible_distribution='RedHat' when run on RHEL.
James Laska committed -
Adding a wait loop to ec2_elb for the initial lb state when registering
James Cammarata committed -
James Tanner committed
-
Fixes #6316
James Cammarata committed -
Post merging of GH-5837 via GH-5749.
Richard C Isaacson committed -
closes #5749 Conflicts: test/units/TestInventory.py
g-k-r committed -
tests issue #5749 same host defined in different groups which in turn are defined in different ini files in an inventory directory Conflicts: test/units/TestInventory.py
g-k-r committed -
James Tanner committed
-
Andrew Resch committed
-
Typo
James Cammarata committed -
0. Uncomment the test. 1. Test fails. 2. Make vars unique per file in test inventory files. 3. Modify token addition to not ast.literal_eval(v) a variable containing a hash. 4. Modify vars to have an escape in test inventory file. 5. Catch exceptions explicitly. Any unknown exceptions should be a bug. 6. Test passes.
Richard C Isaacson committed -
Harsha Yalamanchili committed
-
Fixed SQL syntax error when running mysql_replication module
Michael DeHaan committed -
Module "file": Fix link to "path" in documentation
Michael DeHaan committed -
Don't use keyword `error` in encode
Michael DeHaan committed -
James Cammarata committed
-
tags lists are properly uniqued and joined now
James Cammarata committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
This is not supported in Python 2.6. Just use positional arguments.
Jimena Cabrera-Notari 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 -
c(dest) -> c(path)
Sven Schliesing committed -
amree committed
-
Fixes #6047
James Cammarata committed -
Update debian install documentation to include dependency resolution
Michael DeHaan committed -
Update playbooks_vault.rst
Michael DeHaan committed -
Keep track of role dependencies across plays
James Cammarata committed -
Michael DeHaan committed
-
aresch committed
-
- 05 Mar, 2014 1 commit
-
-
James Tanner committed
-