mirror of
https://gitea.0xace.cc/ansible-galaxy/docker.git
synced 2025-12-18 14:37:26 +00:00
use ansible_facts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: Include docker install
|
||||
include_tasks: "{{ ansible_os_family }}.yaml"
|
||||
include_tasks: "{{ ansible_facts['os_family'] }}.yaml"
|
||||
|
||||
Reference in New Issue
Block a user