Explorar o código

Force rebuild of config when upgrading to es5

Eric Wolinetz %!s(int64=6) %!d(string=hai) anos
pai
achega
99ba1dd202
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"