Last active
August 27, 2021 04:27
-
-
Save groundnuty/863b0410116a67b4232f6cd318d10fde to your computer and use it in GitHub Desktop.
ytt anchor bug
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
#@ def group_alpha(): | |
name: alpha | |
#@ end | |
groups: &all_groups | |
- #@ group_alpha() | |
foo: | |
groups: *all_groups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment