Last active
December 29, 2015 02:09
-
-
Save jeremychase/7598637 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# check-war.yml has several actions, so I don't want duplicated with_items on each | |
- include: check-war.yml target={{item.name}} buildnumber={{item.buildnumber}} | |
with_items: | |
- { "name":foo, "buildnumber":$foo_buildnumber } | |
- { "name":bar, "buildnumber":$bar_buildnumber } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment