Skip to content

Commit

Permalink
Small change to trigger image publish. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jun 7, 2024
1 parent 43508ac commit 6b7d978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ansible-test provides ways to test ansible itself as well as ansible-core and an
Since integration tests can result in changes to a system (such as installing packages or changing files and configuration), it may be preferred to run them inside a container image to avoid making unnecessary changes to the host on which the tests are run.
Container images also happen to be useful and convenient for quickly testing different operating systems and versions of python.

Some container images are provided and supported by ansible-test, such as the following (from the devel branch at time of writing):
Some container images are provided and supported by ansible-test, such as the following (from the `devel` branch at time of writing):

```bash
ansible-test integration --help
Expand Down

0 comments on commit 6b7d978

Please sign in to comment.