ansible-role-nginx/tasks/opensource/install-oss.yml

9 lines
305 B
YAML
Raw Normal View History

2018-01-10 23:40:01 +01:00
---
- name: "(Install: OSS Linux)"
include_tasks: "{{ role_path }}/tasks/opensource/install-oss-linux.yml"
when: ansible_os_family in nginx_linux_families
2018-01-10 23:40:01 +01:00
- name: "(Install: OSS BSD)"
include_tasks: "{{ role_path }}/tasks/opensource/install-oss-bsd.yml"
when: ansible_system in nginx_bsd_systems