Skip to content

Commit f6469a6

Browse files
committed
Merge pull request geerlingguy#74 from BlackMesh/mysql-python-order
reversed order of mysql-python install
2 parents 8991c7c + 1960305 commit f6469a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/setup-RedHat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
- name: Ensure MySQL Python libraries are installed.
3-
yum: "name=MySQL-python state=installed enablerepo={{ mysql_enablerepo }}"
4-
52
- name: Ensure MySQL packages are installed.
63
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
74
with_items: mysql_packages
85
register: rh_mysql_install_packages
6+
7+
- name: Ensure MySQL Python libraries are installed.
8+
yum: "name=MySQL-python state=installed enablerepo={{ mysql_enablerepo }}"

0 commit comments

Comments
 (0)