[ANSIBLE] Add 'bash-completion' role
[oom/offline-installer.git] / ansible / roles / bash-completion / molecule / default / 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
13     image: centos:7
14 provisioner:
15   name: ansible
16   env:
17     ANSIBLE_ROLES_PATH: ../../../../test/roles
18     ANSIBLE_LIBRARY: ../../../../library
19   inventory:
20     group_vars:
21       all:
22         kubectl_install: true
23         completion_bin: kubectl
24 verifier:
25   name: testinfra