mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-26 14:41:24 -07:00
Install mysql_client the correct way
This commit is contained in:
parent
0cd57adbd2
commit
676509e88d
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
|
||||
- name: "{{ role_name }} | install | mysql_client"
|
||||
package:
|
||||
name: mysql_client
|
||||
|
||||
- name: "{{ role_name }} | install | install python packages"
|
||||
pip:
|
||||
name: "{{ python_packages }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue