Test playbook execution with travis

This commit is contained in:
Emilien Mantel
2016-09-25 12:47:36 +02:00
parent 17f3731450
commit 293ee332dd
5 changed files with 32 additions and 28 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 ({{ mysql_origin }} / {{ mysql_vendor }})"
when: >
not (
(mysql_origin == 'default' and mysql_vendor == 'mysql') or