mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-07-29 17:01:48 +00:00
fix ansible facts using for os family and major dist version
This commit is contained in:
3
tasks/main.yaml
Normal file
3
tasks/main.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
- name: Include podman install
|
||||||
|
include_tasks: "{{ ansible_facts['os_family'] }}.yaml"
|
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Include podman install
|
|
||||||
include_tasks: "{{ ansible_os_family }}.yaml"
|
|
Reference in New Issue
Block a user