Better interactions with Vagrant

This commit is contained in:
Emilien Mantel
2015-08-08 21:34:17 +02:00
parent 65795bbe2c
commit 2253102c4d
3 changed files with 41 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
---
- name: FAIL | If config asked is impossible
fail: msg=config asked is impossible
fail: msg="config asked is impossible origin -> {{ mysql_origin }} vendor -> {{ mysql_vendor }}"
when: >
not (
(mysql_origin == 'default' and mysql_vendor == 'mysql') or