Merge "Fix role addition skeleton"

This commit is contained in:
Zuul 2020-08-21 17:06:59 +00:00 committed by Gerrit Code Review
commit 03c9bfa541
2 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,6 @@
# All variables intended for modification should be placed in this file. # 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('-', '_') }}" # All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo_', '') }}"
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_debug: {% raw %}"{{ (ansible_verbosity | int) >= 2 | bool }}"{% endraw %} tripleo_{{ role_name | replace('tripleo_', '') }}_debug: {% raw %}"{{ (ansible_verbosity | int) >= 2 | bool }}"{% endraw %}
tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}_hide_sensitive_logs: true tripleo_{{ role_name | replace('tripleo_', '') }}_hide_sensitive_logs: true

View File

@ -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 "tripleo_{{ role_name | replace('tripleo-', '') | replace('-', '_') }}" # All variables within this role should have a prefix of "tripleo_{{ role_name | replace('tripleo_', '') }}"