summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/grafana/molecule/default/molecule.yml
blob: ab4613bcb25b8175d1171e07770ac146f5007628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
dependency:
  name: galaxy
driver:
  name: docker
platforms:
  - name: instance
    image: rndmh3ro/docker-debian12-ansible:latest
    command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
    env:
      container: docker
    pre_build_image: true
    platform: amd64
provisioner:
  name: ansible
  config_options:
    defaults:
      interpreter_python: auto_silent
      callback_whitelist: profile_tasks, timer, yaml
verifier:
  name: ansible