1
0

update
Some checks failed
/ deploy (push) Failing after 1m44s

This commit is contained in:
cuqmbr 2025-06-23 18:57:28 +03:00
parent e305d52f8c
commit e8b79e8c66
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -16,7 +16,7 @@ jobs:
- name: Clone homelab git repository
run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch
- name: Install ansible
run: apt-get update && apt-get install ansible-core
run: apt-get update && apt-get install ansible-core -y
- name: Create ssh key file
run: echo -n ${{secrets.ANSIBLE_SSH_KEY}} > key
- name: Run ansible playbook