Clean tasks.yaml

That is needed for the plugin to be compatible with the latest Fuel.

Change-Id: Ia1b62b9bba1050146bf8638dc502b719e475ec1a
Closes-Bug: #1619257
This commit is contained in:
Dmitry Mescheryakov 2016-09-06 18:21:50 +03:00
parent 290087e66e
commit a523491b99
2 changed files with 2 additions and 7 deletions

View File

@ -3,7 +3,7 @@ name: detach-rabbitmq
# Human-readable name for your plugin
title: Separate RabbitMQ from controller
# Plugin version
version: '1.1.1'
version: '1.1.2'
# Description
description: Creates separate RabbitMQ role for deploying
# Required fuel version

View File

@ -1,6 +1 @@
- role: '*'
stage: pre_deployment
type: shell
parameters:
cmd: echo OK
timeout: 30
[]