there are some tasks like this in kargo project
`
- name: Register docker images info
raw: >-
{{ docker_bin_dir }}/docker images -q | xargs {{ docker_bin_dir }}/docker inspect -f “{{ ‘{{’ }} .RepoTags {{ ‘}}’ }},{{ ‘{{’ }} .RepoDigests {{ ‘}}’ }}”
no_log: true
register: docker_images_raw
failed_when: false
check_mode: no
when: not download_always_pull|bool
`
there is a
`
`
after
raw:
i have no idea what does it mean
i know
`
`
in yaml can let user write a real single line to multiple lines.