Actually pymysql is needed on the managed nodes

This commit is contained in:
flyingscorpio@clevo 2022-03-12 17:36:31 +01:00
parent a505e78457
commit 7e6c03630b
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
python-pymysql

View file

@ -4,6 +4,7 @@
pacman:
name:
- mariadb
- python-pymysql
when: ansible_facts['distribution'] == 'Archlinux'
- name: Install mariadb (Debian)
@ -11,6 +12,7 @@
apt:
name:
- mariadb-server
- python3-pymysql
when: ansible_facts['distribution'] == 'Debian'
- name: Initialize mariadb