Small fix to README.

This commit is contained in:
Jeff Geerling
2023-06-17 22:18:16 -05:00
parent a4b7cfb5fb
commit 0f7a64822c
+1 -1
View File
@@ -4,7 +4,7 @@ This directory contains an example Molecule configuration for an Ansible playboo
The Molecule configuration can be run locally or in a Continuous Integration (CI) environment, to ensure the playbook is always working correctly.
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:
pip3 install ansible molecule molecule-plugins[docker] docker