Remove default_bind_mount_logs from config changes.

Changing the value for default_bind_mount_logs on upgrade will make all
container restart. It only make sense to add this to the config when:
- you upgrade to the release that changes the default behavior
    - this is to keep the old default.
- The setting is not set in the configuration.
    - If the config is present, you don't want to change it.

Change-Id: I37217352357dee8c844d3b20d28075f7e4ef1223
Related-Bug: #1745212
(cherry picked from commit 7cd9fec86f)
This commit is contained in:
Marc Gariepy 2018-01-24 15:12:54 -05:00 committed by Marc Gariépy (mgariepy)
parent 826636b994
commit 900a2f6be5
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@
backrefs: "{{ item.backrefs | default('no') }}"
state: present
with_items:
- key: "default_bind_mount_logs"
value: "false"
# Replace "10.0" with "10.1" within galera_repo_url
- key: "galera_repo_url"
regexp: '^galera_repo_url: (https?://.*10)\.0(.*)$'