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 Nov 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ We provide demo site for full monitoring solution based on prometheus and grafan
46
46
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.
47
47
We are using tox to simplify process of testing on multiple ansible versions. To install tox execute:
48
48
```sh
49
-
pip install tox
49
+
pip3 install tox
50
50
```
51
51
To run tests on all ansible versions (WARNING: this can take some time)
0 commit comments