Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
databases
Commits
2063e368
Commit
2063e368
authored
Mar 15, 2021
by
Lars Beckers
Browse files
mysql: remove py2 package install for bullseye
parent
fe137b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mysql/tasks/main.yml
View file @
2063e368
...
...
@@ -5,12 +5,19 @@
apt
:
name
:
-
mariadb-server
-
python-mysqldb
-
python
3
-mysqldb
state
:
present
tags
:
-
packages
-
mysql
-
name
:
ensure legacy mysql packages are installed
apt
:
name
:
-
python-mysqldb
state
:
present
when
:
ansible_distribution_major_version|int(default=99) <
11
-
name
:
ensure mysql is started
service
:
name
:
mysql
...
...
Thomas Schneider
@thomas
mentioned in merge request
!2 (closed)
·
May 20, 2021
mentioned in merge request
!2 (closed)
mentioned in merge request !2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment