--- dependency: name: galaxy driver: name: docker lint: | set -e yamllint . ansible-lint . flake8 platforms: - name: infrastructure-server image: molecule-${PREBUILD_PLATFORM_DISTRO:-centos}:${PREBUILD_DISTRO_VERSION:-centos7.6} pre_build_image: True privileged: true override_command: False groups: - infrastructure provisioner: name: ansible env: ANSIBLE_ROLES_PATH: ../../../../test/roles ANSIBLE_LIBRARY: ../../../../library inventory: group_vars: all: app_name: onap app_data_path: "/opt/{{ app_name }}" verifier: name: testinfra