Ver código fonte

Update main.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 anos atrás
pai
commit
7657a0e531
1 arquivos alterados com 6 adições e 2 exclusões
  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