mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
19 Commits
d2ec2eaa28
...
2.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d35adedc64 | ||
|
|
f882afd7d9 | ||
|
|
63c1f44a15 | ||
|
|
edbd43067e | ||
|
|
c32411c6e4 | ||
|
|
cdfd71ce76 | ||
|
|
800258bc7e | ||
|
|
38c1701310 | ||
|
|
bd8f9604f7 | ||
|
|
2fd648e62e | ||
|
|
88934d3631 | ||
|
|
08119131aa | ||
|
|
5e26a65e8e | ||
|
|
9a79dd8d63 | ||
|
|
98237aab2f | ||
|
|
4be27557c7 | ||
|
|
28305720f7 | ||
|
|
315d7d36e6 | ||
|
|
1b434618c1 |
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
warn_list: []
|
warn_list:
|
||||||
|
- role-name
|
||||||
|
- schema[meta]
|
||||||
|
|
||||||
skip_list: []
|
skip_list: []
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: hanxhx
|
namespace: hanxhx
|
||||||
role_name: mysql
|
role_name: mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user