Skip to content

Commit f4e243d

Browse files
LBegnaudcimnine
authored andcommitted
update example to note yaml restriction
1 parent aa0d2a6 commit f4e243d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

initializers/groups.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
# - add_*
1515
# - change_*
1616
# vm_managers:
17-
# - *_virtualmachine
17+
## yaml doesn't allow starting a key with an asterisk without explicit use of single quote
18+
# - '*_virtualmachine'
1819
# device_managers:
19-
# - *device*
20+
# - '*device*'
2021
# creators:
2122
# - add_*

0 commit comments

Comments
 (0)