update example to note yaml restriction
This commit is contained in:
parent
aa0d2a6e01
commit
f4e243d5ad
|
@ -14,8 +14,9 @@
|
|||
# - add_*
|
||||
# - change_*
|
||||
# vm_managers:
|
||||
# - *_virtualmachine
|
||||
## yaml doesn't allow starting a key with an asterisk without explicit use of single quote
|
||||
# - '*_virtualmachine'
|
||||
# device_managers:
|
||||
# - *device*
|
||||
# - '*device*'
|
||||
# creators:
|
||||
# - add_*
|
||||
|
|
Loading…
Reference in New Issue