Disable docker test for Fedora, due to broken packaging

This commit is contained in:
James Cammarata 2015-12-20 21:32:37 -05:00
parent 3a57d9472c
commit 54455a06e5

View file

@ -17,5 +17,5 @@
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}
- { role: test_docker, tags: test_docker}
- { role: test_docker, tags: test_docker, when: ansible_distribution != "Fedora" }
- { role: test_zypper, tags: test_zypper}