Skip to content

Commit 544a19e

Browse files
committed
add ansible python interpreter to var for podman_system_info
1 parent 47f94ea commit 544a19e

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)