Skip to content

Commit

Permalink
forgot mysql python3
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-schaal authored Feb 5, 2021
1 parent 325cbd4 commit 8c36b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/sentry/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- python

- name: install python mysql bindings for mysql commands
apt: name=python-mysqldb state=installed
apt: name=python3-mysqldb state=installed
tags:
- python

Expand Down

0 comments on commit 8c36b7f

Please # to comment.