Compare commits
No commits in common. "73ca0f07e81eccfce39f1425d82e1cb53aef546e" and "79b1c50295c0e96b723c8c6c74812333e3c70061" have entirely different histories.
73ca0f07e8
...
79b1c50295
|
@ -12,7 +12,14 @@ jobs:
|
|||
- name: Fetch code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: galaxy
|
||||
uses: robertdebock/galaxy-action@1.2.0
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
|
||||
- name: Set up Python 3.
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
- name: Install Ansible.
|
||||
run: pip3 install ansible-core
|
||||
|
||||
- name: Import role to Galaxy.
|
||||
run: >-
|
||||
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
|
||||
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
|
||||
--branch fix_galaxy
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
tasks:
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: "hanxhx.mysql"
|
||||
name: "HanXHX.mysql"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
tasks:
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: "hanxhx.mysql"
|
||||
name: "HanXHX.mysql"
|
||||
|
||||
- name: COPY | Deploy first dump
|
||||
ansible.builtin.copy:
|
||||
|
@ -33,4 +33,4 @@
|
|||
tasks:
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: "hanxhx.mysql"
|
||||
name: "HanXHX.mysql"
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
tasks:
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: "hanxhx.mysql"
|
||||
name: "HanXHX.mysql"
|
||||
|
|
Loading…
Reference in New Issue