Skip to content

Commit

Permalink
404 fixed, layout improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed May 23, 2023
1 parent 582d288 commit e25ef11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Molecule action

A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/).
A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/).

## Requirements

This action can work with Molecule scenarios that use the [`docker`](https://molecule.readthedocs.io/en/latest/configuration.html#docker) driver.
This action can work with Molecule scenarios that use the [`docker`](https://molecule.readthedocs.io/configuration) driver.

This action expects the following (default Ansible role) structure:
```
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: robertdebock/[email protected]
```
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
> NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.

If you want to test your role against multiple distributions, you can use this pattern:

Expand Down

0 comments on commit e25ef11

Please sign in to comment.