Use include_tasks in the storm role
Change-Id: I2cf87b67c4dd46fd5003bf8a330abff83477f9f9
This commit is contained in:
parent
bcc09ed2b4
commit
483565aa0f
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include: config.yml
|
- include_tasks: config.yml
|
||||||
|
|
||||||
- name: Flush handlers
|
- name: Flush handlers
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
- include: "{{ kolla_action }}.yml"
|
- include_tasks: "{{ kolla_action }}.yml"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
- include: deploy.yml
|
- include_tasks: deploy.yml
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
- include: deploy.yml
|
- include_tasks: deploy.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user