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
{{ message }}
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
@@ -41,7 +41,7 @@ Use it in a playbook as follows:
41
41
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/metacloud/molecule) (v2.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system.
42
42
We are using tox to simplify process of testing on multiple ansible versions. To install tox execute:
43
43
```sh
44
-
pip install tox
44
+
pip3 install tox
45
45
```
46
46
To run tests on all ansible versions (WARNING: this can take some time)
0 commit comments