1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

add missing double quotes

Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
johnsonlien 2025-04-28 21:27:43 -07:00
parent eda19cfee6
commit e377ac5f3a

View file

@ -22,7 +22,7 @@ EXAMPLES = r'''
register: podman_info
- name: Printing Podman System info
debug:
msg: "{{ podman_info['podman_system_info'] }}
msg: "{{ podman_info['podman_system_info'] }}"
'''
RETURN = r'''