Amend ansible-lint configuration since we now have a unified installation directory for Galaxy roles

This commit is contained in:
Salt 2021-09-18 16:14:14 -05:00
parent 1fcfa808f0
commit 49eb8e989f

View File

@ -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