You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/file/tasks/unicode_path.yml

11 lines
283 B
YAML

- name: create local file with unicode filename and content
lineinfile:
dest: "{{ output_dir }}/语/汉语.txt"
create: true
line: 汉语
- name: remove local file with unicode filename and content
file:
path: "{{ output_dir }}/语/汉语.txt"
state: absent