2019-02-26 03:49:51 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- include_tasks: deb.yml
|
|
|
|
when: ansible_distribution in ["Debian", "Ubuntu"]
|
2023-08-31 01:28:20 +00:00
|
|
|
|
2019-02-26 03:49:51 +00:00
|
|
|
- include_tasks: el.yml
|
2020-01-07 06:37:06 +00:00
|
|
|
when: ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "RedHat", "Fedora"] and not is_atomic
|