Fixes #53: Don't manage postfix in MySQL role.

This commit is contained in:
Jeff Geerling 2015-08-27 14:52:32 -05:00
parent ab277305d7
commit 93b1fb5df9

View file

@ -1,8 +1,4 @@
---
- name: Update postfix to the latest version (if extra repositories enabled).
yum: "name=postfix state=latest enablerepo={{ mysql_enablerepo }}"
when: mysql_enablerepo != ""
- name: Ensure MySQL packages are installed.
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
with_items: mysql_packages