Explorar el Código

Update pre-requisites.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 hace 3 años
padre
commit
eb58048cf8
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      telemetry/roles/common/tasks/pre-requisites.yml

+ 6 - 1
telemetry/roles/common/tasks/pre-requisites.yml

@@ -61,6 +61,11 @@
 
 - name: Install openshift using pip3
   pip:
-    name: openshift
+    name: "{{ item }}"
     state: present
     executable: pip3
+  with_items: "{{ pip_packages }}"
+
+- name: Install sqldb collection
+  command: ansible-galaxy collection install "{{ mysqldb_collection_name }}"
+  changed_when: false