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
|
name: galaxy
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
|
||||||
set -e
|
|
||||||
yamllint -c ${YAMLLINT_CONFIG_FILE} .
|
|
||||||
ansible-lint
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: almalinux-8
|
- name: almalinux-8
|
||||||
image: dokken/almalinux-8
|
image: dokken/almalinux-8
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
molecule
|
molecule
|
||||||
docker
|
docker
|
||||||
ansible-lint
|
|
||||||
pytest-testinfra
|
pytest-testinfra
|
||||||
jmespath
|
jmespath
|
||||||
selinux
|
selinux
|
||||||
passlib
|
passlib
|
||||||
yamllint
|
|
||||||
|
|
Loading…
Reference in a new issue