Browse Source

Force rebuild of config when upgrading to es5

Eric Wolinetz 6 years ago
parent
commit
99ba1dd202
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_logging_elasticsearch/tasks/main.yaml

+ 1 - 0
roles/openshift_logging_elasticsearch/tasks/main.yaml

@@ -222,6 +222,7 @@
       new_file: "{{ tempdir }}/elasticsearch.yml"
     - current_file: "log4j2.properties"
       new_file: "{{ tempdir }}/log4j2.properties"
+  when: not full_restart_cluster | default(false) | bool
 
 - slurp:
     src: "{{ tempdir }}/elasticsearch.yml"