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:
parent
eda19cfee6
commit
e377ac5f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue