[ANSIBLE] Include chartmuseum role unconditionally
[oom/offline-installer.git] / ansible / roles / helm / molecule / helm3 / molecule.yml
1 ---
2 dependency:
3   name: galaxy
4 driver:
5   name: docker
6 lint: |
7   set -e
8   yamllint .
9   ansible-lint .
10   flake8
11 platforms:
12   - name: infrastructure-server-helm3
13     image: centos:7
14     groups:
15       - infrastructure
16 provisioner:
17   name: ansible
18   env:
19     ANSIBLE_ROLES_PATH: ../../../../test/roles
20     ANSIBLE_LIBRARY: ../../../../library
21   inventory:
22     group_vars:
23       all:
24         app_name: onap
25         app_data_path: "/opt/{{ app_name }}"
26 verifier:
27   name: testinfra
28   directory: ../default/tests