added forced become from task
diff --git a/tasks/cassandra.yml b/tasks/cassandra.yml
index dfcf458..8538a27 100644
--- a/tasks/cassandra.yml
+++ b/tasks/cassandra.yml
@@ -30,6 +30,7 @@
   when: groups['dc-1-ms'] is not defined
 
 - name: Construct cassandra hosts configuration
+  become: yes
   cassandra_hosts:
     inventory_hostname: '{{ inventory_hostname }}'
     hostvars: '{{ hostvars }}'