Skip to content

Instantly share code, notes, and snippets.

@jeremychase
Last active December 29, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremychase/7598637 to your computer and use it in GitHub Desktop.
Save jeremychase/7598637 to your computer and use it in GitHub Desktop.
# 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