mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-21 18:40:19 +01:00
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:
commit
729a1b010f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
exclude_paths:
|
||||
- tests/roles/
|
||||
- .tox/
|
||||
skip_list:
|
||||
- var-naming[no-role-prefix]
|
||||
|
|
Loading…
Reference in a new issue