summaryrefslogtreecommitdiffstats
path: root/ansible/roles/bash-completion/molecule/default/molecule.yml
blob: d30a084b426b07bd2c0bde1102a79644280b247e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
platforms:
  - name: bash-completion
    image: centos:7
provisioner:
  name: ansible
  env:
    ANSIBLE_ROLES_PATH: ../../../../test/roles
    ANSIBLE_LIBRARY: ../../../../library
  inventory:
    group_vars:
      all:
        kubectl_install: true
        completion_bin: kubectl
verifier:
  name: testinfra