Skip to content

Commit f98123a

Browse files
committed
Use correct connection
1 parent 01fc96e commit f98123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt update; sudo apt install ansible
2222
- name: Setup the hosts file
2323
working-directory: ./icpc-wf/ansible
24-
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost ansible_connection=localhost' >> hosts
24+
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost ansible_connection=local' >> hosts
2525
- name: Generate secure credentials
2626
working-directory: ./icpc-wf/ansible
2727
run: mv group_vars/all/secret.yml{.example,}

0 commit comments

Comments
 (0)