Commit Graph

218 Commits (bda2ce6ffdb04f37a920294ca2cc560c8ddebecb)

Author SHA1 Message Date
Michael DeHaan 4bdbe4dc4f Remove some test prints
13 years ago
Michael DeHaan 76fd769704 Merge pull request #3685 from mspaulding06/indexed_items
13 years ago
Michael DeHaan 3ebbb56479 Merge pull request #3654 from MaxIV-KitsControls/devel
13 years ago
Matt Spaulding b7154cf2cf Add tests for indexed_items lookup plugin
13 years ago
Vincent Hardion 09ef7751e1 Fix nested loop for more than 3 elements
13 years ago
Stoned Elipot a1503c4d59 stringify conditional before handing it to Jinja2 for evaluation.
13 years ago
Michael DeHaan 88720516a1 Merge branch 'changed_when' of git://github.com/stoned/ansible into changed_when
13 years ago
Tin Tvrtkovic 4a732c1e9f Enabled the use of extra vars in playbook file paths when including playbooks from other playbooks.
13 years ago
Stoned Elipot eb45f07ae3 Introduce 'changed_when' keyword to override a task's changed status with the evaluation of a Jinja2 expression
13 years ago
Stoned Elipot baf868f825 Add test for 'ignore_errors:'
13 years ago
Dale Sedivec b32131c867 expanduser on each component of plug-in paths
13 years ago
George Miroshnykov c642ba77ae Added basic support for hash_behaviour=merge in roles
13 years ago
Michael DeHaan 4ae3ef8af9 Disable inventory test
13 years ago
Pol Llovet 4432c01ceb Handle '#' in var strings by splitting on ' #'
13 years ago
Pol Llovet ba78360c52 Remove inline comments from inventory tokenizing.
13 years ago
Michael DeHaan a9fcea5893 Merge branch 'escape' of git://github.com/ngrilly/ansible into repr
13 years ago
Dale Sedivec 611d56dc4c Plug-ins loaded from top-level plug-in directory
13 years ago
Nicolas Grilly 75ceb80572 Escape args injected in new style modules
13 years ago
David Simon 190ce16bab Dealing with invalid symlinks and symlink permissions
13 years ago
Dale Sedivec 515fd9e915 copy action plug-in check mode respects force=no
13 years ago
Michael DeHaan 7c6341718e Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp
13 years ago
willthames 377bc31311 Prevent premature substitution of variables into tasks
13 years ago
Michael DeHaan 81a926547c Some continued work on new-style templates and associated test code changes. Legacy template functions
13 years ago
Michael DeHaan b09ef21ec9 Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we
13 years ago
Michael DeHaan e8085ad40c Since we removed the (undocumented) playbook include + with_items code, fix the tests to
13 years ago
willthames 9d87733f98 Test case and fix for shlex.split unicode bug
13 years ago
George Miroshnykov 6826aa7360 Tweaked merge_hash to also affect Runner behavior
13 years ago
Michael DeHaan 7116c83c4a Standardize test output
13 years ago
Michael DeHaan 2c783c7145 Disable a test temporarily
13 years ago
Michael DeHaan cdaa2085ee Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line.
13 years ago
tin ca581840ef Added additional lineinfile documentation.
13 years ago
tin f9b70822d2 Fixed to the lineinfile module.
13 years ago
Javier Candeira ca6c36e1ac password lookup plugin, with working tests and documentation
13 years ago
Michael DeHaan 839dff8eae Disable filter test for now since it should really be testing at a lower level.
13 years ago
Daniel Hokka Zakrisson 1f8805d9e0 Add some tests for directory-based inventory
13 years ago
Devin Bayer fca1167a0e add to_nice_yaml|json filters
13 years ago
Yves Dorfsman cff8cdd428 Using the _get_test and _get_stage methods.
13 years ago
Yves Dorfsman 943829c9b7 Added test cases for lineinfile.
13 years ago
Mike Grozak 171a01deac Cron module upgrades
13 years ago
Rune Kaagaard 7a8b27f716 Fixing bug with unicode templates.
13 years ago
Daniel Hokka Zakrisson a79373f6b2 Make template_ds the only templater
13 years ago
Juha Litola 2796603c92 Removed apt_key tests, as they didn't test the real functionality.
13 years ago
Jayson Vantuyl ad6373430b add apt_key module
13 years ago
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
13 years ago
Daniel Hokka Zakrisson 87b2378e22 Resolve variable references inside variables
13 years ago
Michael DeHaan 04195e202d Merge pull request #1747 from njharman/alpharange
13 years ago
Michael DeHaan 4bcdd24688 Merge pull request #1776 from junegunn/inventory-group-var-ws
13 years ago
Michael DeHaan dede11750c Merge pull request #1775 from dagwieers/boolean-yes-no
13 years ago
Junegunn Choi 7fbb7e079a Fix hostname expansion bug in inventory parser
13 years ago
Junegunn Choi daf797804b Allows whitespaces around assignment operators
13 years ago