We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fc96e commit f98123aCopy full SHA for f98123a
.github/workflows/ansible-deployments.yml
@@ -21,7 +21,7 @@ jobs:
21
run: sudo apt update; sudo apt install ansible
22
- name: Setup the hosts file
23
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
+ run: sed -i 's/\[judgehost\]/[removed]/g' hosts; printf '\n[judgehost]\ngithub-action\tansible_host=localhost ansible_connection=local' >> hosts
25
- name: Generate secure credentials
26
27
run: mv group_vars/all/secret.yml{.example,}
0 commit comments