Add "only_if" capability, which allows task steps to be skipped if they do not match a conditional.

This commit is contained in:
Michael DeHaan
2012-03-20 19:55:04 -04:00
parent 149cc57b0f
commit dfbe591cc0
3 changed files with 42 additions and 13 deletions

View File

@@ -235,7 +235,8 @@
"changed": 2,
"dark": 0,
"failed": 0,
"resources": 9
"resources": 9,
"skipped": 0
}
}
}