1 Commits

Author SHA1 Message Date
Emilien M
d35adedc64 💚 Fix CI (#48) 2024-10-21 17:52:45 +02:00
4 changed files with 8 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
--- ---
warn_list: [] warn_list:
skip_list:
- role-name - role-name
- schema[meta]
skip_list: []
exclude_paths: exclude_paths:
- venv/ - venv/

View File

@@ -11,7 +11,8 @@ jobs:
steps: steps:
- name: Fetch code - name: Fetch code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: galaxy - name: galaxy
uses: robertdebock/galaxy-action@1.2.0 uses: robertdebock/galaxy-action@1.2.0
with: with:
galaxy_api_key: ${{ secrets.galaxy_api_key }} galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}

View File

@@ -1,5 +1,6 @@
--- ---
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.32.2 requests==2.31.0
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