use include_tasks instead of include

Change-Id: Ibd99d704b9965b513cd2efa019a01b5fb4fa4dd1
This commit is contained in:
caoyuan 2018-07-24 18:58:10 +08:00
parent 68a9655da1
commit d281666763
1 changed files with 3 additions and 3 deletions

View File

@ -25,12 +25,12 @@
tags:
- always
- include: rsyslog_client_pre_install.yml
- include_tasks: rsyslog_client_pre_install.yml
tags:
- rsyslog_client-install
- include: rsyslog_client_install.yml
- include_tasks: rsyslog_client_install.yml
tags:
- rsyslog_client-install
- include: rsyslog_client_post_install.yml
- include_tasks: rsyslog_client_post_install.yml