mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 07:24:19 +01:00
Fixes #53: Don't manage postfix in MySQL role.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user