Explorar o código

Fix typo in fluentd_secureforward_contents variable

Andreas Dembach %!s(int64=7) %!d(string=hai) anos
pai
achega
64b0c28e6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_logging_fluentd/tasks/main.yaml

+ 1 - 1
roles/openshift_logging_fluentd/tasks/main.yaml

@@ -100,7 +100,7 @@
 - copy:
     src: secure-forward.conf
     dest: "{{ tempdir }}/secure-forward.conf"
-  when: fluentd_securefoward_contents is undefined
+  when: fluentd_secureforward_contents is undefined
 
   changed_when: no