Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql 8.4 #718

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Mysql 8.4 #718

wants to merge 1 commit into from

Conversation

greedybro
Copy link
Contributor

Closes #681

Comment on lines 5 to 7
hosts:
- debian.bullseye
- debian.bookworm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hosts:
- debian.bullseye
- debian.bookworm
hosts:
- debian
- "!debian.buster"

Permet de simplifier la gestion des releases:

  • plus simple pour trouver les cas spéciaux buster
  • supporte de fait les futures releases

(à appliquer de partout, bien entendu :) )

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Partout, genre sur tout les rôles ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nan, juste pour les tests MySQL 8.4 :)

@@ -12,8 +12,8 @@ manala_mysql_install_packages_default: |
manala_mysql_install_python_packages: |
{{
(ansible_facts.python.version.major == 2) | ternary(
['python-mysqldb'],
Copy link
Member

@nervo nervo Dec 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attention, python-mysqldb n'existe que sur buster:

Il faut aussi s'assurer des versions minimum requises pour python3-mysqldb et voir si ansible gère bien la présence des deux lib en même temps (est-ce qu'il ne va pas privilégier l'ancienne ? faut-il dès lors la supprimer ?)

Closes #681
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mysql 8 test for bookworm
2 participants