Make Mistral deployable via ansible

All mistral plays were skipped because of improper when condition.

Change-Id: Iacc50d0e54302758b2c68104542781ead05e6aa3
Closes-Bug: #1546843
This commit is contained in:
Martin André 2016-02-18 11:37:48 +09:00
parent c32aa11256
commit 9e8411f112
1 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,2 @@
---
- include: "{{ action }}.yml"
when: not common_run
- name: Registering common role has run
set_fact:
common_run: True
when: not common_run