mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Fixes #53: Don't manage postfix in MySQL role.
This commit is contained in:
parent
ab277305d7
commit
93b1fb5df9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue