We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b77f30 commit f58d972Copy full SHA for f58d972
.github/workflows/provision-by-ansible.yml
@@ -62,6 +62,10 @@ jobs:
62
63
- name: Run ansible
64
working-directory: infra/vagrant
65
+ env:
66
+ # Disable host key checking to suppress interactive prompt.
67
+ # See: https://docs.ansible.com/ansible/2.10/user_guide/connection_details.html#managing-host-key-checking
68
+ ANSIBLE_HOST_KEY_CHECKING: 'False'
69
run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory
70
71
- name: Cleanup
0 commit comments