Procházet zdrojové kódy

Update main.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 před 3 roky
rodič
revize
504cc486e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      telemetry/roles/timescaledb/tasks/main.yml

+ 1 - 1
telemetry/roles/timescaledb/tasks/main.yml

@@ -23,7 +23,7 @@
   ansible.builtin.git:
     repo: "{{ idrac_telemetry_github }}"
     dest: "{{ mount_location + idrac_telemetry_folder_name }}"
-    version: master
+    version: "{{ reference_tools_stable_commit }}"
 
 - name: Create timescaledb pod
   include_tasks: timescaledb_pod.yml