change include to include_tasks

This commit is contained in:
meaz 2023-01-08 20:24:45 +01:00
parent 7d851c4fdf
commit 2f62702419
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
---
- name: "[NGINX] - Install packages"
include: install.yml
include_tasks: install.yml
- name: "[NGINX] - Configure nginx"
include: config.yml
include_tasks: config.yml
- name: "[NGINX] - Set SSL configuration"
include: ssl.yml
include_tasks: ssl.yml
- name: "[NGINX] - Create Vhosts configuration"
include: vhost.yml
include_tasks: vhost.yml