mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
removed: remove lint from molecule to avoid repetition
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
db1c7d620b
commit
dd030809f6
2 changed files with 0 additions and 6 deletions
|
@ -3,10 +3,6 @@ dependency:
|
|||
name: galaxy
|
||||
driver:
|
||||
name: docker
|
||||
lint: |
|
||||
set -e
|
||||
yamllint -c ${YAMLLINT_CONFIG_FILE} .
|
||||
ansible-lint
|
||||
platforms:
|
||||
- name: almalinux-8
|
||||
image: dokken/almalinux-8
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
molecule
|
||||
docker
|
||||
ansible-lint
|
||||
pytest-testinfra
|
||||
jmespath
|
||||
selinux
|
||||
passlib
|
||||
yamllint
|
||||
|
|
Loading…
Reference in a new issue