Actually pymysql is needed on the managed nodes
This commit is contained in:
parent
a505e78457
commit
7e6c03630b
2 changed files with 2 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
python-pymysql
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue