Use include_tasks in the storm role

Change-Id: I2cf87b67c4dd46fd5003bf8a330abff83477f9f9
This commit is contained in:
Christian Berendt 2020-01-25 21:45:38 +01:00
parent bcc09ed2b4
commit 483565aa0f
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