Fix package name and missing apt cache

This commit is contained in:
Laurent Indermuehle 2023-01-03 17:48:43 +01:00
parent 676509e88d
commit 06666690eb
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,8 +1,10 @@
---
- name: "{{ role_name }} | install | mysql_client"
package:
name: mysql_client
ansible.builtin.apt:
name: mysql-client
state: present
update_cache: true
- name: "{{ role_name }} | install | install python packages"
pip: