mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-08 22:30:14 -07:00
add lint skip_list and molecule setup
This commit is contained in:
parent
042089d100
commit
147ee5214e
3 changed files with 15 additions and 0 deletions
|
@ -4,6 +4,8 @@ dependency:
|
|||
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||
driver:
|
||||
name: docker
|
||||
lint: |
|
||||
ansible-lint -R -r ../../rules/ roles/*
|
||||
platforms:
|
||||
- name: instance
|
||||
image: registry.access.redhat.com/ubi8/ubi-init:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue