Use the preferred python mysql client

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 15:09:21 -04:00
parent 293b4727cb
commit 2f6473b772
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient' - name: 'python3-PyMySQL'
state: 'present' state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
+1 -1
View File
@@ -7,7 +7,7 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient' - name: 'python3-PyMySQL'
state: 'present' state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'
+1 -1
View File
@@ -7,7 +7,7 @@ package_list:
state: 'present' state: 'present'
- name: 'phpMyAdmin' - name: 'phpMyAdmin'
state: 'present' state: 'present'
- name: 'python3-mysqlclient' - name: 'python3-PyMySQL'
state: 'present' state: 'present'
firewall_list: firewall_list:
- permanent: 'yes' - permanent: 'yes'