Fix mariadb package name for Debian, remove pymsql, to add only on manager
This commit is contained in:
parent
bcb35d1804
commit
fb59722565
1 changed files with 1 additions and 3 deletions
|
@ -4,15 +4,13 @@
|
|||
pacman:
|
||||
name:
|
||||
- mariadb
|
||||
- python-pymysql
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Install mariadb (Debian)
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- mariadb
|
||||
- python3-pymysql
|
||||
- mariadb-server
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Initialize mariadb
|
||||
|
|
Loading…
Add table
Reference in a new issue