summaryrefslogtreecommitdiffstats
path: root/test/playbook1.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. ...Michael DeHaan2013-04-031-1/+1
* Make tests use the local connection type, fix missing callback in tests.Michael DeHaan2012-11-191-0/+1
* Add testcase for first_available_fileDaniel Hokka Zakrisson2012-11-061-1/+4
* more whitespaceMichael DeHaan2012-08-071-4/+4
* test/TestRunner.py now executes false with no directory prefixwillthames2012-07-301-2/+2
* Code cleanup for playbooks, also added 'on_skipped' callbackMichael DeHaan2012-03-241-3/+16
* Allow conditional imports, see examples/playbook3.yml comments for a full exp...Michael DeHaan2012-03-201-1/+7
* Add an additional way to dereference a variable in a playbook, $fooMichael DeHaan2012-03-201-2/+2
* Quote long variables in playbooks when feeding them to the setup commandMichael DeHaan2012-03-191-1/+1
* Regression tests for playbooks, logging the events they call via callbacks.Michael DeHaan2012-03-191-1/+26
* Playbook test upgrades, made some notes about callbacks we need to add. Stil...Michael DeHaan2012-03-181-4/+4
* Add unit tests for playbooks, and fix an error caught by oneMichael DeHaan2012-03-181-0/+34