mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-24 09:04:21 +01:00
Merge pull request #74 from BlackMesh/mysql-python-order
reversed order of mysql-python install
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
- name: Ensure MySQL Python libraries are installed.
|
||||
yum: "name=MySQL-python state=installed enablerepo={{ mysql_enablerepo }}"
|
||||
|
||||
- name: Ensure MySQL packages are installed.
|
||||
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
|
||||
with_items: mysql_packages
|
||||
register: rh_mysql_install_packages
|
||||
|
||||
- name: Ensure MySQL Python libraries are installed.
|
||||
yum: "name=MySQL-python state=installed enablerepo={{ mysql_enablerepo }}"
|
||||
|
||||
Reference in New Issue
Block a user