Skip to content

Commit

Permalink
Switch to mysql community
Browse files Browse the repository at this point in the history
  • Loading branch information
Szpadel committed Apr 17, 2024
1 parent 7b3be25 commit 3bb8d05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions roles/cs.mysql/tasks/flavor/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
- name: Install mysql-server
dnf:
name: mysql-server
name: mysql-community-server
state: present
register: mysql_install

- name: Initialize mysql
shell: "mysqld --initialize-insecure --user=mysql --datadir=/var/lib/mysql"
when: mysql_install is changed

- name: Execute upstream mysql role
import_role:
name: geerlingguy.mysql
Expand Down

0 comments on commit 3bb8d05

Please sign in to comment.