Merge "Fix role addition skeleton"
This commit is contained in:
commit
03c9bfa541
@ -17,6 +17,6 @@
|
||||
|
||||
# All variables intended for modification should be placed in this file.
|
||||
|
||||
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
|
||||
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: {% raw %}"{{ (ansible_verbosity | int) >= 2 | bool }}"{% endraw %}
|
||||
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_hide_sensitive_logs: true
|
||||
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo_', '') }}"
|
||||
tripleo_{{ role_name | replace('tripleo_', '') }}_debug: {% raw %}"{{ (ansible_verbosity | int) >= 2 | bool }}"{% endraw %}
|
||||
tripleo_{{ role_name | replace('tripleo_', '') }}_hide_sensitive_logs: true
|
||||
|
@ -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 "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}"
|
||||
# All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo_', '') }}"
|
Loading…
Reference in New Issue
Block a user