diff --git a/_skeleton_role_/defaults/main.yml.j2 b/_skeleton_role_/defaults/main.yml.j2 index 035c611c5..aa033f181 100644 --- a/_skeleton_role_/defaults/main.yml.j2 +++ b/_skeleton_role_/defaults/main.yml.j2 @@ -17,5 +17,5 @@ # All variables intended for modification should place placed in this file. -# All variables within this role should have a prefix of "{{ role_name | replace('-', '_'}}" +# All variables within this role should have a prefix of "{{ role_name | replace('-', '_') }}" {{ role_name | replace('-', '_') }}_debug: false