Merge pull request #248 from spetrosi/ignore-no-role-prefix

ci: Ignore var-naming[no-role-prefix] ansible-lint rule that fails expectedly
This commit is contained in:
Richard Megginson 2023-08-15 08:44:48 -06:00 committed by GitHub
commit 729a1b010f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
exclude_paths:
- tests/roles/
- .tox/
skip_list:
- var-naming[no-role-prefix]