Browse Source

Merge pull request #4606 from DG-i/fluentd-typo-fix

Fix typo in fluentd_secureforward_contents variable
Scott Dodson 7 năm trước cách đây
mục cha
commit
e7be0da109
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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