Merge "Remove Heka yaml file"

This commit is contained in:
Jenkins 2017-02-28 15:52:21 +00:00 committed by Gerrit Code Review
commit 0710b698c0
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
---
- name: Get container facts
kolla_container_facts:
name:
- heka
register: container_facts
- name: Removing heka container
kolla_docker:
action: "remove_container"
name: "heka"
when:
- container_facts['heka'] is defined

View File

@ -1,6 +1,4 @@
---
- include: config.yml
- include: clean_heka.yml
- include: start.yml