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