Main target is now Debian 13 instead of Ubuntu 24.04
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
- name: Installation de MySQL
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- "mysql-server"
|
||||
- "{{ mysql_distros[ansible_distribution].mysql_package }}"
|
||||
- "python3-pymysql"
|
||||
notify:
|
||||
- "Restart MySQL"
|
||||
|
||||
- name: Set MySQL bind_address parameter
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/etc/mysql/mysql.conf.d/mysqld.cnf"
|
||||
path: "{{ mysql_distros[ansible_distribution].mysql_config_file }}"
|
||||
regexp: "^bind-address\\s+="
|
||||
line: "bind-address = *"
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user