Skip to content

Commit 49a6308

Browse files
committed
Fix readme
1 parent fee481e commit 49a6308

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -265,34 +265,9 @@ In this example the Ansible role will uninstall the runner service and unregiste
265265
1. Install Python, Docker, and Ansible if you haven't already.
266266
2. Install Molecule and its Docker driver with pip:
267267

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:
293-
294268
```bash
295269
pip install molecule[docker]
270+
pip install "molecule-plugins[docker]"
296271
```
297272

298273
### Running Tests

0 commit comments

Comments
 (0)