ansible/roles/nginx/tasks/main.yml

9 lines
111 B
YAML
Raw Normal View History

2021-01-09 17:54:42 +00:00
---
- block:
- import_tasks: install.yml
- import_tasks: configure.yml
become: true
tags:
- nginx