ansible/roles/nginx/tasks/main.yml
2021-01-09 20:54:42 +03:00

9 lines
111 B
YAML

---
- block:
- import_tasks: install.yml
- import_tasks: configure.yml
become: true
tags:
- nginx