Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-17 04:43:35 +00:00 committed by Gerrit Code Review
commit 46ffd8c3cd
1 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@
tags:
- always
- include: rsyslog_server_pre_install.yml
- include_tasks: rsyslog_server_pre_install.yml
tags:
- rsyslog_server-install
- include: rsyslog_server_install.yml
- include_tasks: rsyslog_server_install.yml
tags:
- rsyslog_server-install
- include: rsyslog_server_post_install.yml
- include_tasks: rsyslog_server_post_install.yml