diff --git a/{{cookiecutter.app_name}}_role/.yamllint b/{{cookiecutter.app_name}}_role/.yamllint index 499e233..50e2ae9 100644 --- a/{{cookiecutter.app_name}}_role/.yamllint +++ b/{{cookiecutter.app_name}}_role/.yamllint @@ -3,7 +3,7 @@ extends: default ignore: | - molecule/default/tests/ + molecule/**/tests/ rules: braces: