Skip to content

Commit 01fc96e

Browse files
committed
Use correct file
1 parent b0f8ea9 commit 01fc96e

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' >> hosts
24+
run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost ansible_connection=localhost' >> 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)