Skip to content

Commit ddb0d51

Browse files
committed
add ansible python interpreter to var for podman_system_info
Signed-off-by: johnsonlien <[email protected]>
1 parent 162ee42 commit ddb0d51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- hosts: all
3+
gather_facts: true
4+
tasks:
5+
- include_role:
6+
name: podman_system_info
7+
vars:
8+
ansible_python_interpreter: "{{ _ansible_python_interpreter }"

0 commit comments

Comments
 (0)