mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
1 Commits
2.3.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c48785e73c |
@@ -1,10 +1,9 @@
|
||||
---
|
||||
|
||||
warn_list:
|
||||
- role-name
|
||||
- schema[meta]
|
||||
warn_list: []
|
||||
|
||||
skip_list: []
|
||||
skip_list:
|
||||
- role-name
|
||||
|
||||
exclude_paths:
|
||||
- venv/
|
||||
|
||||
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@@ -11,8 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Fetch code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.2.0
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
galaxy_info:
|
||||
namespace: hanxhx
|
||||
role_name: mysql
|
||||
author: Emilien Mantel
|
||||
description: Install and configure MariaDB (and Galera Cluster) on Debian
|
||||
|
||||
@@ -35,7 +35,7 @@ pycparser==2.22
|
||||
Pygments==2.18.0
|
||||
PyYAML==6.0.2
|
||||
referencing==0.35.1
|
||||
requests==2.31.0
|
||||
requests==2.32.2
|
||||
resolvelib==1.0.1
|
||||
rich==13.7.1
|
||||
rpds-py==0.20.0
|
||||
|
||||
Reference in New Issue
Block a user