| commit | 7b1ee69db7c881a9493ebfaee5bc2b3411c06026 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 21 12:16:49 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 21 12:16:49 2017 -0400 |
| tree | fe5255fa84f6cea62b46a4860bd30e16c9346752 | |
| parent | 0dafc054b39dafa32158ada458ee1f15d3a3d230 [diff] |
Updated to make a backup copy of the file if it already exists.
diff --git a/tasks/cwc-update.yml b/tasks/cwc-update.yml index ea8a132..481d337 100644 --- a/tasks/cwc-update.yml +++ b/tasks/cwc-update.yml
@@ -21,6 +21,7 @@ - name: Update defaults.sh with replace_address option for Cassandra lineinfile: + backup: yes create: yes group: "{{ opdk_group_name }}" owner: "{{ opdk_user_name }}"