[MOLECULE] Add 'ubuntu' scenario for 'bash-completion' role
[oom/offline-installer.git] / ansible / roles / bash-completion / molecule / ubuntu / 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: bash-completion-ubuntu
13     image: molecule-${PREBUILD_PLATFORM_DISTRO:-ubuntu}:${PREBUILD_DISTRO_VERSION:-18.04}
14     pre_build_image: True
15 provisioner:
16   name: ansible
17   env:
18     ANSIBLE_ROLES_PATH: ../../../../test/roles
19     ANSIBLE_LIBRARY: ../../../../library
20   inventory:
21     group_vars:
22       all:
23         kubectl_install: true
24         completion_bin: kubectl
25   playbooks:
26     prepare: ../default/prepare.yml
27     converge: ../default/converge.yml
28 verifier:
29   name: testinfra
30   directory: ../default/tests