Merge "Use include_tasks in the storm role"
This commit is contained in:
commit
94ec78eccc
@ -1,5 +1,5 @@
|
||||
---
|
||||
- include: config.yml
|
||||
- include_tasks: config.yml
|
||||
|
||||
- name: 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…
x
Reference in New Issue
Block a user