Fix documentation and skeleton role
Make variables names match actual requirements. Change-Id: I09b91a1489030560b17667fc72e92c58b9e49cbe
This commit is contained in:
parent
f56915eae7
commit
0ddf709179
@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
# All variables intended for modification should place placed in this file.
|
# All variables intended for modification should place placed in this file.
|
||||||
|
|
||||||
# All variables within this role should have a prefix of "{{ role_name }}"
|
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('-', '_') }}"
|
||||||
{{ role_name }}_debug: false
|
tripleo_{{ role_name | replace('-', '_') }}_debug: false
|
||||||
|
|
||||||
|
@ -19,4 +19,4 @@
|
|||||||
# vars, items within this path are considered part of the role and not
|
# vars, items within this path are considered part of the role and not
|
||||||
# intended to be modified.
|
# intended to be modified.
|
||||||
|
|
||||||
# All variables within this role should have a prefix of "{{ role_name }}"
|
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('-', '_') }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user