Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-08-17 03:48:00 +00:00 committed by Gerrit Code Review
commit 39bc2e78d5
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