mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-02-22 19:54:46 +00:00
fix ansible facts using for os family and major dist version
This commit is contained in:
parent
9602c43f27
commit
8a40bd67f7
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"
|
|
Loading…
Reference in New Issue
Block a user