diff --git a/tasks/main.yml b/tasks/main.yml index 44addd4..fa55974 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,12 +1,12 @@ --- - name: "nginx | installation" - include: install.yml + include_tasks: install.yml - name: "nginx | custom configuration" - include: configure.yml + include_tasks: configure.yml - name: "nginx | status page" - include: status.yml + include_tasks: status.yml - name: "nginx | configure vhost" - include: vhost.yml + include_tasks: vhost.yml