Skip to content

Commit 93b1fb5

Browse files
committed
Fixes geerlingguy#53: Don't manage postfix in MySQL role.
1 parent ab27730 commit 93b1fb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/setup-RedHat.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
2-
- name: Update postfix to the latest version (if extra repositories enabled).
3-
yum: "name=postfix state=latest enablerepo={{ mysql_enablerepo }}"
4-
when: mysql_enablerepo != ""
5-
62
- name: Ensure MySQL packages are installed.
73
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
84
with_items: mysql_packages

0 commit comments

Comments
 (0)