File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments