Improvement learned on https://github.com/robertdebock/ansible-role-artifactory/pull/11
This commit is contained in:
parent
3e5ad76874
commit
b007749f96
|
|
@ -40,7 +40,7 @@ Now you can start to edit on your laptop.
|
||||||
Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/):
|
Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/):
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install molecule tox
|
pip install molecule tox ansible-lint docker
|
||||||
```
|
```
|
||||||
|
|
||||||
And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`:
|
And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue