2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00

7 lines
154 B
YAML
Raw Normal View History

---
- include_tasks: debian_family.yml
when: ansible_os_family == 'Debian'
- include_tasks: redhat_family.yml
when: ansible_os_family == "RedHat"
...