Amend ansible-lint configuration since we now have a unified installation directory for Galaxy roles
This commit is contained in:
parent
1fcfa808f0
commit
49eb8e989f
@ -3,19 +3,13 @@
|
|||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
# We're not interested in linting Galaxy roles here
|
# We're not interested in linting Galaxy roles here
|
||||||
- roles/docker
|
- .roles
|
||||||
- roles/k8s
|
|
||||||
- roles/nextcloud
|
|
||||||
- roles/postgresql
|
|
||||||
- roles/sshd
|
|
||||||
|
|
||||||
mock_roles:
|
mock_roles:
|
||||||
# Used for local testing
|
# Used for local testing
|
||||||
- docker
|
- geerlingguy.docker
|
||||||
- k8s
|
- geerlingguy.postgresql
|
||||||
- nextcloud
|
- willshersystems.sshd
|
||||||
- postgresql
|
|
||||||
- sshd
|
|
||||||
|
|
||||||
skip_list:
|
skip_list:
|
||||||
# I'm aware of the risks and accept them
|
# I'm aware of the risks and accept them
|
||||||
|
Loading…
Reference in New Issue
Block a user