Ansible facts aren't always enough to determine if a distro is derived from Ubuntu or not, this is available from `/etc/os-release` when it contains `ID_LIKE="ubuntu debian"`. This patch uses `/etc/os-release` to correctly handle Ubuntu installations, e.g. PPA's, for all Ubuntu derived dirtros rather than just Ubuntu itself.
3 lines
50 B
YAML
3 lines
50 B
YAML
---
|
|
- include_tasks: '{{ansible_os_family}}.yaml'
|