Explorar el Código

Update main.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 hace 3 años
padre
commit
7657a0e531
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      telemetry/roles/timescaledb/tasks/main.yml

+ 6 - 2
telemetry/roles/timescaledb/tasks/main.yml

@@ -13,10 +13,11 @@
 # limitations under the License.
 ---
 
-- name: Create persistent volume for timescale db
+
+- name: Create persistent volume for timescaledb
   include_tasks: persistent_volume.yml
 
-- name: Create persistent volume claim for timescale db
+- name: Create persistent volume claim for timescaledb
   include_tasks: persistent_volume_claim.yml
 
 - name: Checkout iDRAC telemetry github repo
@@ -30,3 +31,6 @@
 
 - name: Create service for timescale db
   include_tasks: service.yml
+
+- name: Create service for timescale db
+  include_tasks: initialize_db.yml