You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ In this example the Ansible role will uninstall the runner service and unregiste
263
263
2. Install Molecule and its Docker driver with pip:
264
264
265
265
```bash
266
-
pip install molecule[docker]
266
+
pip install "molecule-plugins[docker]"
267
267
```
268
268
Sure, here's a basic example of how you might structure a README to explain how to test the `monolithprojects.github_actions_runner` Ansible role with Molecule:
0 commit comments