Update builds strategies
Install rust on OpenBSD because why the fuck is it needed, merge the two
Debian builds to make space for Ubuntu (SourceHut only accepts four
concurrent builds).
Also fix OpenBSD version to latest and Ubuntu to lts.
On the other hand keep Debian firmly on bullseye to temporarily avoid
having to configure virtualenv and python-related annoying stuff.
Update Author Information section
Add force_context in users.yml
This option is required when using binlogs so activate it in every case
to be safe.
Update fedora and openbsd to latest versions
Try to address the private variables in vars/
My old strategy of operating-system-dedicated variables defined in vars
with the __ prefix doesn't work well with the argument_spec mechanism as
they are not considered defined during verification.
Applying the default filter with a dummy value should do the trick.
Only execute asserts.yml if < 2.11
Point to a mysql replication role.
Add an argument_specs.yml file
Merge pull request #3 from smutel/RemoveOtherConfigs
fix: Existing configs not removed
fix: Existing configs not removed
Detect previous installations
Rollback doc change for mysql_service_state
Try to force Debian to remove the packages
Fix incorrect restart task in install-Debian.yml
Remove mariadb-client on OpenBSD and Debian
Not necessary to run a server.
Split molecule calls in separate blocks
Perhaps it will be easier to navigate builds.sr.ht this way.
Implement a nostart scenario on OpenBSD
Debian is too different from the other operating system for it to be
the only tested target.
This is because of the `Restart mysql` handler used in
`install-Debian.yml` task file.