Skip to content

Commit

Permalink
Disable ansible host key checking (not applicable to non-persistent h…
Browse files Browse the repository at this point in the history
…osts)
  • Loading branch information
annehaley committed Feb 13, 2024
1 parent e5ceb89 commit 541b519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
DJANGO_EMAIL_URL: ${{ secrets.DJANGO_EMAIL_URL }}
PAPERTRAIL_API_TOKEN: ${{ secrets.PAPERTRAIL_API_TOKEN }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
# This is not recommended for persistent hosts,
# but our GPU workers have ephemeral hostnames.
# https://stackoverflow.com/a/32338480
ANSIBLE_HOST_KEY_CHECKING: False
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 541b519

Please sign in to comment.