Skip to content

Commit 74696b2

Browse files
committed
[ansible] Don't check the hosts key
1 parent 5f158d3 commit 74696b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-cluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2222
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2323
NUMBER_OF_NODES: ${{ github.event.inputs.number_nodes }}
24-
24+
ANSIBLE_HOST_KEY_CHECKING: False

0 commit comments

Comments
 (0)