9 lines
111 B
YAML
9 lines
111 B
YAML
|
---
|
||
|
- block:
|
||
|
- import_tasks: install.yml
|
||
|
- import_tasks: configure.yml
|
||
|
|
||
|
become: true
|
||
|
tags:
|
||
|
- nginx
|