19 Commits

Author SHA1 Message Date
dependabot[bot]
c48785e73c Bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 13:50:47 +00:00
Emilien Mantel
f882afd7d9 ⚗️ Try reimport to galaxy 2024-08-27 15:49:19 +02:00
Emilien Mantel
63c1f44a15 🔧 Prepare galaxy release 2024-08-27 14:14:59 +02:00
Emilien Mantel
edbd43067e 🔥 Remove lagacy code
- Drop Vagrant support
- Drop TravisCI
- Remove legacy tests
2024-08-27 14:14:59 +02:00
Emilien Mantel
c32411c6e4 🚀 Manage Galera 2024-08-27 14:14:59 +02:00
Emilien Mantel
cdfd71ce76 🐛 Fix idempotence 2024-08-27 14:14:59 +02:00
Emilien Mantel
800258bc7e 📝 Update README 2024-08-27 14:14:59 +02:00
Emilien Mantel
38c1701310 👷 Fix linter 2024-08-27 14:14:59 +02:00
Emilien Mantel
bd8f9604f7 🐛 Fix crash on non upstream calls with bad import sql file 2024-08-27 14:14:59 +02:00
Emilien Mantel
2fd648e62e 👷 Add Github Action 2024-08-27 14:14:59 +02:00
Emilien Mantel
88934d3631 🎨 Cleanup vars 2024-08-27 14:14:59 +02:00
Emilien Mantel
08119131aa 🎨 Modernize config files 2024-08-27 14:14:59 +02:00
Emilien Mantel
5e26a65e8e 🚀 Upstream management on molecule 2024-08-27 14:14:59 +02:00
Emilien Mantel
9a79dd8d63 🔨 Add molecule 2024-08-27 14:14:59 +02:00
Emilien Mantel
98237aab2f 🐛 Fix ansible mysql calls
due to wokes changes...
2024-08-27 14:14:59 +02:00
Emilien Mantel
4be27557c7 🚨 Fix modernized linter 2024-08-27 14:14:59 +02:00
Emilien Mantel
28305720f7 Add collection deps 2024-08-27 14:14:59 +02:00
Emilien Mantel
315d7d36e6 Add ansible libs 2024-08-27 14:14:59 +02:00
Emilien Mantel
1b434618c1 🔨 Modernize lint setup 2024-08-27 14:14:59 +02:00
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
warn_list: [] warn_list: []
skip_list: [] skip_list:
- role-name
exclude_paths: exclude_paths:
- venv/ - venv/

View File

@@ -1,7 +1,5 @@
--- ---
galaxy_info: galaxy_info:
namespace: hanxhx
role_name: mysql role_name: mysql
author: Emilien Mantel author: Emilien Mantel
description: Install and configure MariaDB (and Galera Cluster) on Debian description: Install and configure MariaDB (and Galera Cluster) on Debian

View File

@@ -35,7 +35,7 @@ pycparser==2.22
Pygments==2.18.0 Pygments==2.18.0
PyYAML==6.0.2 PyYAML==6.0.2
referencing==0.35.1 referencing==0.35.1
requests==2.31.0 requests==2.32.2
resolvelib==1.0.1 resolvelib==1.0.1
rich==13.7.1 rich==13.7.1
rpds-py==0.20.0 rpds-py==0.20.0