| commit | 24dc93e53adf2fd58ddf76aa07b1af5b97585f6b | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Feb 23 12:27:47 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Thu Feb 23 12:27:47 2017 -0500 |
| tree | 131e82387084a4041788da79a117162742048e67 | |
| parent | d73f0f8d3d2efa53be203442b1e6d81d597ed17a [diff] |
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 }}'