mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-28 10:32:10 +07:00
Compare commits
17 Commits
master
...
d2ec2eaa28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2ec2eaa28 | ||
|
|
a936b1b1a0 | ||
|
|
174799ee17 | ||
|
|
6eeb28133e | ||
|
|
309cafcd37 | ||
|
|
23e385e146 | ||
|
|
35c871d873 | ||
|
|
4b35bc06fc | ||
|
|
d5ea499a4c | ||
|
|
de83310be5 | ||
|
|
16c7e750f6 | ||
|
|
d9672a9b19 | ||
|
|
be00c762a6 | ||
|
|
5841e55a45 | ||
|
|
8a060a84ba | ||
|
|
a03b256d05 | ||
|
|
8b765ae507 |
@@ -1,8 +1,6 @@
|
||||
---
|
||||
|
||||
warn_list:
|
||||
- role-name
|
||||
- schema[meta]
|
||||
warn_list: []
|
||||
|
||||
skip_list: []
|
||||
|
||||
|
||||
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
@@ -11,8 +11,7 @@ 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 }}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
|
||||
galaxy_info:
|
||||
namespace: hanxhx
|
||||
role_name: mysql
|
||||
|
||||
Reference in New Issue
Block a user