Oliver Davies
2bb019400f
Ensure that the MySQL client is installed so that it can be used with vim-dadbod.
8 lines
111 B
YAML
8 lines
111 B
YAML
---
|
|
- name: Install
|
|
ansible.builtin.package:
|
|
name:
|
|
- mysql-client
|
|
state: latest
|
|
become: true
|