deploy-base/roles/install-packages/tasks/main.yml

8 lines
218 B
YAML
Raw Permalink Normal View History

2019-02-26 03:49:51 +00:00
---
- include_tasks: deb.yml
when: ansible_distribution in ["Debian", "Ubuntu"]
2019-02-26 03:49:51 +00:00
- include_tasks: el.yml
when: ansible_distribution in ["CentOS" , "Red Hat Enterprise Linux", "RedHat", "Fedora"] and not is_atomic