Skip to content

Commit 1678406

Browse files
committed
Fixes geerlingguy#397: Add directions to install molecule docker driver.
1 parent 6d48504 commit 1678406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This directory contains an example Molecule configuration for an Ansible playboo
44

55
The Molecule configuration can be run locally or in a Continuous Integration (CI) environment, to ensure the playbook is always working correctly.
66

7-
To run the Molecule environment, you must have `molecule` and the `docker` Python library installed:
7+
To run the Molecule environment, you must have `molecule` (with it's `docker` driver) and the `docker` Python library installed:
88

9-
pip3 install molecule docker
9+
pip3 install molecule[docker] docker
1010

1111
Additionally, there are lint tools configured to ensure code formatting is correct, so you need to make sure the lint tools are installed:
1212

0 commit comments

Comments
 (0)