Merge pull request #3463 from stoned/filterskipped

Add Jinja2 filter 'skipped' to test for a registered variable from a ski...
This commit is contained in:
Michael DeHaan
2013-07-11 05:26:25 -07:00
2 changed files with 12 additions and 0 deletions

View File

@@ -300,6 +300,8 @@ decide to do something conditionally based on success or failure::
when: result|failed
- action: command /bin/something_else
when: result|success
- action: command /bin/still/something_else
when: result|skipped
As a reminder, to see what derived variables are available, you can do::