1da1acbfbe
* Removed old ansible-lint outside of molecule * Yamlint * Enabled ansible-lint with minimal rules * Removed ansible-lint job
13 lines
240 B
YAML
13 lines
240 B
YAML
---
|
|
version: '3.0'
|
|
services:
|
|
molecule_runner:
|
|
build:
|
|
context: ..
|
|
dockerfile: molecule/Dockerfile
|
|
restart: 'no'
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|