Skip to content

Commit 9d10714

Browse files
committed
add missing double quotes
1 parent d69625e commit 9d10714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/podman_system_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
register: podman_info
2323
- name: Printing Podman System info
2424
debug:
25-
msg: "{{ podman_info['podman_system_info'] }}
25+
msg: "{{ podman_info['podman_system_info'] }}"
2626
'''
2727

2828
RETURN = r'''

0 commit comments

Comments
 (0)