Skip to content

Commit

Permalink
changed molecule command to blank for default
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Nov 14, 2018
1 parent 9b9da57 commit e1f5e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platforms:
service_manager: ${MOLECULE_SERVICE_MANAGER:-systemd}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: ${MOLECULE_COMMAND:-sleep infinity}
command: ${MOLECULE_COMMAND:-""}
provisioner:
name: ansible
options:
Expand Down

0 comments on commit e1f5e6a

Please sign in to comment.