We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d48504 commit 1678406Copy full SHA for 1678406
molecule/README.md
@@ -4,9 +4,9 @@ This directory contains an example Molecule configuration for an Ansible playboo
4
5
The Molecule configuration can be run locally or in a Continuous Integration (CI) environment, to ensure the playbook is always working correctly.
6
7
-To run the Molecule environment, you must have `molecule` and the `docker` Python library installed:
+To run the Molecule environment, you must have `molecule` (with it's `docker` driver) and the `docker` Python library installed:
8
9
- pip3 install molecule docker
+ pip3 install molecule[docker] docker
10
11
Additionally, there are lint tools configured to ensure code formatting is correct, so you need to make sure the lint tools are installed:
12
0 commit comments