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 a4b7cfb commit 0f7a648Copy full SHA for 0f7a648
molecule/README.md
@@ -4,7 +4,7 @@ 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` (with it's `docker` driver), `ansible`, and the `docker` Python library installed:
+To run the Molecule environment, you must have `molecule` (with it's `docker` plugin), `ansible`, and the `docker` Python library installed:
8
9
pip3 install ansible molecule molecule-plugins[docker] docker
10
0 commit comments