October 12, 2013
View e8b0433

Remove some obsolete tests (mechanism of error detection suboptimal, replacements pending)

Michael DeHaan authored on 2013/10/12 08:28:53
View add45d2

Fixup legacy var detector.

Michael DeHaan authored on 2013/10/12 08:16:36
View 709ffda

Tweak only_if deprecation detector.

Michael DeHaan authored on 2013/10/12 08:12:25
View 800f126

Remove out of date tests.

Michael DeHaan authored on 2013/10/12 08:08:53
April 3, 2013
View cdaa208

Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. Can't use both at the same time per line.

Michael DeHaan authored on 2013/04/03 14:03:30
November 20, 2012
View 9985995

Make tests use the local connection type, fix missing callback in tests.

Michael DeHaan authored on 2012/11/20 00:30:30
November 7, 2012
View 40af8ef

Add testcase for first_available_file

Daniel Hokka Zakrisson authored on 2012/11/07 04:57:35
August 7, 2012
View 1c9b43d

more whitespace

Michael DeHaan authored on 2012/08/07 10:00:21
July 30, 2012
View 1bcba4f

test/TestRunner.py now executes false with no directory prefix as it is /bin/false on many systems but /usr/bin/false on OS X test/playbook1.yml now just does command true, rather than command /bin/true, again so that it works on OS X

willthames authored on 2012/07/30 10:59:29
March 24, 2012
View 6ab615c

Code cleanup for playbooks, also added 'on_skipped' callback

Michael DeHaan authored on 2012/03/24 09:51:15
March 20, 2012
View 4de7bbb

Allow conditional imports, see examples/playbook3.yml comments for a full explanation. Extensive refactoring of playbooks now warranted, which we'll do before we move on. This variable assignment system makes nearly all possible magic possible, for we can use these variables however we like, even as module names!

Michael DeHaan authored on 2012/03/20 11:42:31
View 5ed2b89

Add an additional way to dereference a variable in a playbook, $foo

Michael DeHaan authored on 2012/03/20 08:32:38
March 19, 2012
View c1fe0dd

Quote long variables in playbooks when feeding them to the setup command

Michael DeHaan authored on 2012/03/19 08:50:22
View 5371a9e

Regression tests for playbooks, logging the events they call via callbacks.

Michael DeHaan authored on 2012/03/19 08:25:56
View b15c8e9

Playbook test upgrades, made some notes about callbacks we need to add. Still need to compare events recieved vs expected so we can be notified if this test breaks, and also to add some more detailed playbooks that use includes & async, etc.

Michael DeHaan authored on 2012/03/19 07:50:25