mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
reversed order of mysql-python install
This commit is contained in:
parent
8991c7c8b9
commit
1960305381
1 changed files with 3 additions and 3 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue