drop ansible-lint offline option
parent
124c8ae0ad
commit
73bbca9fc1
|
@ -3,6 +3,8 @@ exclude_paths:
|
|||
- .cache/
|
||||
- .github/
|
||||
- molecule/
|
||||
- .ansible-lint
|
||||
- .yamllint
|
||||
|
||||
rulesdir:
|
||||
- ../../ansible-lint-custom-rules/rules/
|
||||
|
@ -22,4 +24,4 @@ warn_list:
|
|||
- no-log-password
|
||||
|
||||
use_default_rules: true
|
||||
offline: true
|
||||
parseable: true
|
||||
|
|
|
@ -6,7 +6,7 @@ driver:
|
|||
name: docker
|
||||
lint: |
|
||||
ansible-lint --version
|
||||
ansible-lint -vv
|
||||
ansible-lint -v
|
||||
platforms:
|
||||
- name: instance
|
||||
image: registry.access.redhat.com/ubi8/ubi-init:latest
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# tasks file for keycloak
|
||||
|
||||
- name: Prerequisites
|
||||
- name: Check prerequisites
|
||||
include_tasks: prereqs.yml
|
||||
tags:
|
||||
- prereqs
|
||||
|
|
Loading…
Reference in New Issue