Skip to content
Snippets Groups Projects
Verified Commit fe1fe64d authored by Varac's avatar Varac
Browse files

Add tabular python lib to preriquisites

parent f0938f03
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,11 @@
Used by CI to bootstrap a new cluster and run tests.
Prerequisites
- ansible > 2.2 (at least stretch-backports needed)
- ansible-runner python module
- python3 requests lib
- Ansible > 2.2 (at least stretch-backports needed)
- External python3 libraries:
- ansible-runner
- requests
- tabulate
Env vars needed:
- COSMOS_API_TOKEN
......@@ -13,7 +15,7 @@ Env vars needed:
In Debian:
apt-get install -y --no-install-recommends ansible gcc libc6-dev
pip3 install ansible-runner requests
pip3 install ansible-runner requests tabulate
"""
import ansible_runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment