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