mirror of https://github.com/ansible/ansible.git
Avoid breaking on unicode input when logging to syslog in modules
After commit 254f87e
, non-ascii input broke logging to syslog.
pull/6046/head
parent
daa3253b52
commit
7e23ed345f
@ -0,0 +1,17 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- name: Loggføring fungerer
|
||||
command: echo "Feilsøking"
|
||||
always_run: yes
|
||||
|
||||
- name: Die Süßigkeit
|
||||
command: echo "Die Süßigkeit"
|
||||
always_run: yes
|
||||
|
||||
- name: Logging works
|
||||
command: echo "Debugging"
|
||||
always_run: yes
|
Loading…
Reference in New Issue