Я использую to_nice_yaml и получил неправильный результат, где проблема?
---
- name: Install Config
hosts: localhost
remote_user: y
vars:
abc: "020101805000086"
gather_facts: no
#become: true
tasks:
- name: Render configs
copy:
dest: ./render.yml
content: |-
{{ abc | to_nice_yaml}}
with_filetree: vars/
ОЖИДАЕМЫЕ РЕЗУЛЬТАТЫ
string: '020101805000086'
АКТУАЛЬНЫЕ РЕЗУЛЬТАТЫ
020101805000086