We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab27730 commit 93b1fb5Copy full SHA for 93b1fb5
tasks/setup-RedHat.yml
@@ -1,8 +1,4 @@
1
---
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
-
6
- name: Ensure MySQL packages are installed.
7
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
8
with_items: mysql_packages
0 commit comments