From eedad0cbb872d6fbdfc3e67d4a4d98f0c9bdffee Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 23 Jun 2025 19:05:48 +0300 Subject: [PATCH] update --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce02ac3..ed96ea3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Create ssh key file run: echo -n "${{secrets.ANSIBLE_SSH_KEY}}" > key - name: Run ansible playbook - run: export user="gitea-actions"; ansible-playbook -u "${user}" --ssh-common-args "-o ProxyCommand='ssh -p 22 -W %h:%p -q ${user}@bastion.cuqmbr.home'" --private-key key -b --become-method doas -i ./homelab/ansible/inventories/dev/hosts.yml ./homelab/ansible/20_main_page.yml + run: export user="gitea-actions"; ansible-playbook -vvv -u "${user}" --ssh-common-args "-o ProxyCommand='ssh -p 22 -W %h:%p -q ${user}@bastion.cuqmbr.home'" --private-key key -b --become-method doas -i ./homelab/ansible/inventories/dev/hosts.yml ./homelab/ansible/20_main_page.yml # - name: Run ansible playbook # uses: dawidd6/action-ansible-playbook@v4 # with: