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
This commit is contained in:
parent
0863eb7b21
commit
7cd9fec86f
@ -72,8 +72,6 @@
|
|||||||
backrefs: "{{ item.backrefs | default('no') }}"
|
backrefs: "{{ item.backrefs | default('no') }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- key: "default_bind_mount_logs"
|
|
||||||
value: "false"
|
|
||||||
# Replace "10.0" with "10.1" within galera_repo_url
|
# Replace "10.0" with "10.1" within galera_repo_url
|
||||||
- key: "galera_repo_url"
|
- key: "galera_repo_url"
|
||||||
regexp: '^galera_repo_url: (https?://.*10)\.0(.*)$'
|
regexp: '^galera_repo_url: (https?://.*10)\.0(.*)$'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user