7e23ed345f
After commit 254f87e
, non-ascii input broke logging to syslog.
17 lines
316 B
YAML
17 lines
316 B
YAML
---
|
|
- 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
|