7fa1a08fd2
The Heka bookstrap doesn't do anything different then the start code. Remove the boostrap step since it isn't needed. Change-Id: Id9906c6e2cef83fd6d1fcbcbef7a32d9948d07a3 Closes-bug: #1631651
8 lines
179 B
YAML
8 lines
179 B
YAML
---
|
|
- name: Creating log volume
|
|
kolla_docker:
|
|
action: "create_volume"
|
|
common_options: "{{ docker_common_options }}"
|
|
name: "kolla_logs"
|
|
register: kolla_logs_volume
|