Install mysql_client the correct way

This commit is contained in:
Laurent Indermuehle 2023-01-03 15:17:47 +01:00
commit 676509e88d
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 4 additions and 1 deletions

View file

@ -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 }}"