ansible/test/integration/targets/file/tasks/unicode_path.yml

11 lines
283 B
YAML
Raw Normal View History

- 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