Skip to content

Commit d35aded

Browse files
authored
💚 Fix CI (#48)
1 parent f882afd commit d35aded

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.config/ansible-lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22

3-
warn_list: []
4-
5-
skip_list:
3+
warn_list:
64
- role-name
5+
- schema[meta]
6+
7+
skip_list: []
78

89
exclude_paths:
910
- venv/

.github/workflows/galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
steps:
1212
- name: Fetch code
1313
uses: actions/checkout@v4
14+
1415
- name: galaxy
1516
uses: robertdebock/[email protected]
1617
with:
17-
galaxy_api_key: ${{ secrets.galaxy_api_key }}
18+
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
galaxy_info:
3+
namespace: hanxhx
34
role_name: mysql
45
author: Emilien Mantel
56
description: Install and configure MariaDB (and Galera Cluster) on Debian

0 commit comments

Comments
 (0)