Compare commits
1 Commits
48fcdb727d
...
05e3ac09f3
Author | SHA1 | Date |
---|---|---|
|
05e3ac09f3 |
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
warn_list:
|
warn_list: []
|
||||||
- role-name
|
|
||||||
- schema[meta]
|
|
||||||
|
|
||||||
skip_list: []
|
skip_list:
|
||||||
|
- role-name
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- venv/
|
- venv/
|
||||||
|
|
|
@ -11,8 +11,7 @@ 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 }}
|
||||||
|
|
|
@ -1,6 +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
|
||||||
|
|
Loading…
Reference in New Issue