Skip to content

Commit

Permalink
Added volumes in molecule conf
Browse files Browse the repository at this point in the history
  • Loading branch information
erjac77 committed Nov 16, 2019
1 parent 903a530 commit f1f0545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ galaxy_info:
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ platforms:
command: ${DOCKER_CMD:-""}
pre_build_image: ${DOCKER_PRE_BUILD_IMG:-true}
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
lint:
Expand Down

0 comments on commit f1f0545

Please sign in to comment.