use include_tasks instead of include

Change-Id: I1e0208904479cac125172cc65006c0f969786b01
This commit is contained in:
caoyuan 2018-07-24 18:58:57 +08:00
parent 61f5e55f64
commit 78ab59bc59
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