Fix documentation and skeleton role

Make variables names match actual requirements.
Change-Id: I09b91a1489030560b17667fc72e92c58b9e49cbe
This commit is contained in:
Sagi Shnaidman 2019-07-24 13:44:22 +03:00
parent f56915eae7
commit 0ddf709179
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@
# All variables intended for modification should place placed in this file.
# All variables within this role should have a prefix of "{{ role_name }}"
{{ role_name }}_debug: false
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('-', '_') }}"
tripleo_{{ role_name | replace('-', '_') }}_debug: false

View File

@ -19,4 +19,4 @@
# vars, items within this path are considered part of the role and not
# 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('-', '_') }}"