From b0271b962e93190644f270f53816c01538559904 Mon Sep 17 00:00:00 2001
From: S M Y <smy.altamash@gmail.com>
Date: Tue, 17 Sep 2019 18:11:17 +0530
Subject: [PATCH] Added es sync job with git force

---
 ansible/roles/cassandra-state-validated/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/cassandra-state-validated/tasks/main.yml b/ansible/roles/cassandra-state-validated/tasks/main.yml
index 97825f90a..a7bb96ee7 100644
--- a/ansible/roles/cassandra-state-validated/tasks/main.yml
+++ b/ansible/roles/cassandra-state-validated/tasks/main.yml
@@ -27,6 +27,7 @@
     owner: deployer
     group: deployer
     mode: '0644'
+    force: yes
     recurse: yes
 
 - name: run the script to synch es data
-- 
GitLab