fix ansible facts using for os family and major dist version

This commit is contained in:
ace 2022-01-26 17:26:13 +03:00
parent 9602c43f27
commit 8a40bd67f7
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 3 additions and 3 deletions

3
tasks/main.yaml Normal file
View File

@ -0,0 +1,3 @@
---
- name: Include podman install
include_tasks: "{{ ansible_facts['os_family'] }}.yaml"

View File

@ -1,3 +0,0 @@
---
- name: Include podman install
include_tasks: "{{ ansible_os_family }}.yaml"