Merge "Use include_tasks in the storm role"

This commit is contained in:
Zuul 2020-01-27 08:47:57 +00:00 committed by Gerrit Code Review
commit 94ec78eccc
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
- include: config.yml
- include_tasks: config.yml
- name: Flush handlers
meta: flush_handlers

View File

@ -1,2 +1,2 @@
---
- include: "{{ kolla_action }}.yml"
- include_tasks: "{{ kolla_action }}.yml"

View File

@ -1,2 +1,2 @@
---
- include: deploy.yml
- include_tasks: deploy.yml

View File

@ -1,2 +1,2 @@
---
- include: deploy.yml
- include_tasks: deploy.yml