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