parent
a2238d59fb
commit
e844e07877
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -15,13 +15,13 @@ jobs:
|
|||||||
# repository: cuqmbr/homelab
|
# repository: cuqmbr/homelab
|
||||||
- name: Clone homelab git repository
|
- name: Clone homelab git repository
|
||||||
run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch
|
run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch
|
||||||
- name: Change directory into ansible
|
# - name: Change directory into ansible
|
||||||
run: cd ./homelab/ansible
|
# run: cd ./homelab/ansible
|
||||||
- name: Run playbook
|
- name: Run playbook
|
||||||
uses: dawidd6/action-ansible-playbook@v4
|
uses: dawidd6/action-ansible-playbook@v4
|
||||||
with:
|
with:
|
||||||
playbook: 20_main_page.yml
|
playbook: 20_main_page.yml
|
||||||
directory: ./ansible
|
directory: ./homelab/ansible
|
||||||
# configuration: |
|
# configuration: |
|
||||||
# [defaults]
|
# [defaults]
|
||||||
# callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
# callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||||
|
Loading…
Reference in New Issue
Block a user