ansible: add mitogen plugin to README
[lttng-ci.git] / automation / ansible / README.md
index 9d2ffaa0cf84da24cd455106fd37c56a536382bd..1a6c651371d6274685ed0ea37413662ba0d6a50a 100644 (file)
@@ -1,7 +1,13 @@
+# Setup on Ubuntu
+
+```
+apt install ansible ansible-mitogen
+```
+
 # Required collections
 
 ```
-ansible-galaxy collection install community.general
+ansible-galaxy install -r roles/requirements.yml
 ```
 
 # Privileged data
This page took 0.022109 seconds and 4 git commands to generate.