🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- mariadb-server
|
||||
- mysqltuner
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Create mysql directory
|
||||
ansible.builtin.file:
|
||||
@@ -46,6 +47,7 @@
|
||||
ansible.builtin.package:
|
||||
name: python3-pymysql
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Check if .my.cnf file exists
|
||||
ansible.builtin.stat:
|
||||
|
Reference in New Issue
Block a user