Skip to content

Instantly share code, notes, and snippets.

@resmo
Created June 14, 2016 08:46
Show Gist options
  • Select an option

  • Save resmo/dc2e005c44f60b7f4e17e04cc3a4f504 to your computer and use it in GitHub Desktop.

Select an option

Save resmo/dc2e005c44f60b7f4e17e04cc3a4f504 to your computer and use it in GitHub Desktop.
- block:
- include: "{{ fname }}.yml"
when: fname != ""
- block:
- include: foo.yml
- include: bla.yml
when: fname == ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment