Skip to content

Commit 179f219

Browse files
committed
add missing curly brace in ci/playbooks/containers/podman_system_info
Signed-off-by: johnsonlien <[email protected]>
1 parent 230f14a commit 179f219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
- hosts: all
3-
gather_facts: true
3+
gather_facts: true
44
tasks:
55
- include_role:
66
name: podman_system_info
77
vars:
8-
ansible_python_interpreter: "{{ _ansible_python_interpreter }"
8+
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"

0 commit comments

Comments
 (0)