mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 00:21:33 -07:00
20 lines
391 B
YAML
20 lines
391 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
lint: |
|
|
set -e
|
|
yamllint .
|
|
ansible-lint
|
|
platforms:
|
|
- name: instance
|
|
image: ${MOLECULE_DISTRO:-ubuntu:xenial}
|
|
privileged: true
|
|
command: ${MOLECULE_COMMAND:-"sleep infinity"}
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|