public-health-ch/ansible/roles/nginxinc.nginx/tasks/opensource/install-oss.yml

9 lines
233 B
YAML
Raw Normal View History

2020-05-15 22:14:14 +00:00
---
- name: "(Install: OSS Linux)"
import_tasks: install-oss-linux.yml
when: ansible_os_family in nginx_linux_families
- name: "(Install: OSS BSD)"
import_tasks: install-oss-bsd.yml
when: ansible_system in nginx_bsd_systems