3 Commits

Author SHA1 Message Date
Emilien Mantel
73ca0f07e8 💚 Fallback to previous galaxy push 2024-10-21 17:48:10 +02:00
Emilien Mantel
60d4033330 💚 Fix converge 2024-10-21 17:45:11 +02:00
Emilien Mantel
79b1c50295 ⚗️ Try import role in galaxy 2024-08-28 14:44:09 +02:00
3 changed files with 7 additions and 4 deletions

View File

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

View File

@@ -11,7 +11,8 @@ 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 }}

View File

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