Laurent Indermühle

Results 44 comments of Laurent Indermühle

This issue is indeed very annoying. Here is a app-gnome-tabby-xxxx.scope while tabby is running: ```sh app-gnome-tabby-8907.scope - Application launched by gnome-shell Loaded: loaded (/run/user/1000/systemd/transient/app-gnome-tabby-8907.scope; transient) Transient: yes Drop-In: /run/user/1000/systemd/transient/app-gnome-tabby-8907.scope.d └─50-CPUWeight.conf,...

For anyone suffering from this issue on a Linux distribution that uses systemd, here is a workaround: As root, edit the file */etc/systemd/user.conf* and add this line in the "[Manager]"...

Thank you all for your trust and welcome :) I'm happy to help!

FYI: I'm releasing community.mysql 1.4.8, 2.3.9 and 3.4.0

The community.mysql collection versions [1.4.8](https://github.com/ansible-collections/community.mysql/blob/stable-1/CHANGELOG.rst), [2.3.9](https://github.com/ansible-collections/community.mysql/blob/stable-2/CHANGELOG.rst) and [3.4.0](https://github.com/ansible-collections/community.mysql/blob/main/CHANGELOG.rst) have been released.

I like your idea. Do we know other Ansible modules that have a field to return error codes? Can we use RC for that?

@topconf To me, It's a problem with MariaDB. I tested on a 10.4.25: ```sql MariaDB [(none)]> show create user mysql@localhost; +------------------------------------------------------------+ | CREATE USER for mysql@localhost | +------------------------------------------------------------+ | CREATE...

I failed to find both the documentation and the meta-data about vars_files parameters. I wasn't aware it is waiting for a list. Sorry about that. When using a list instead...

@ssbarnea sound reasoning. Thanks for your work. And thanks for the solution (convert string to list). I leave this issue open as a reminder then.

mmh, not sure if something changed in GHA, but I can't deploy the full log to see what failed. In the meantime, I will run the tests on my desktop.