Skip to content

Commit d7f9fec

Browse files
Update deploy-vpn-server.yml disable automated tmate debugging
1 parent 05d2614 commit d7f9fec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-vpn-server.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
ansible-playbook --extra-vars _vault_hetzner_cloud_token=$(ANSIBLE_LOAD_CALLBACK_PLUGINS=1 ANSIBLE_STDOUT_CALLBACK=ansible.posix.json ansible localhost -i inventory.ini -m debug -a "msg={{ hostvars[inventory_hostname].hetzner_hcloud_token }}" | jq '.plays[0]["tasks"][0]["hosts"]["localhost"]["msg"]') -i inventory.ini -i inventory-vpn-servers-hcloud.yml playbooks/create-rebuild-vpn-server.yml
4545
rm $TMPFILE
4646
47-
# Enable tmate debugging of manually-triggered workflows if the input option was provided
48-
- name: Setup tmate session
49-
uses: mxschmitt/action-tmate@v3
50-
if: ${{ failure() }}
47+
# Enable tmate debugging if desired.
48+
# - name: Setup tmate session
49+
# uses: mxschmitt/action-tmate@v3
50+
# if: ${{ failure() }}
5151

0 commit comments

Comments
 (0)