Created
June 14, 2016 08:46
-
-
Save resmo/dc2e005c44f60b7f4e17e04cc3a4f504 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| - 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