Sfoglia il codice sorgente

Update pre-requisites.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 anni fa
parent
commit
eb58048cf8
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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