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-26Lines changed: 1 addition & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,34 +265,9 @@ In this example the Ansible role will uninstall the runner service and unregiste
265
265
1. Install Python, Docker, and Ansible if you haven't already.
266
266
2. Install Molecule and its Docker driver with pip:
267
267
268
-
```bash
269
-
pip install "molecule-plugins[docker]"
270
-
```
271
-
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:
272
-
273
-
```markdown
274
-
# monolithprojects.github_actions_runner
275
-
276
-
This is an Ansible role for setting up GitHub Actions runners.
277
-
278
-
## Testing with Molecule
279
-
280
-
[Molecule](https://molecule.readthedocs.io/) is a testing framework for Ansible that we use to test the `monolithprojects.github_actions_runner` role.
281
-
282
-
### Prerequisites
283
-
284
-
- Python
285
-
- Docker
286
-
- Ansible
287
-
- Molecule
288
-
289
-
### Installation
290
-
291
-
1. Install Python, Docker, and Ansible if you haven't already.
292
-
2. Install Molecule and its Docker driver with pip:
0 commit comments