You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #60, I'm trying to override the default ANSIBLE_HOST_KEY_CHECKING, as it's set to True by default, but neither EnvironmentFile or Environment in Systemd unit seems to works:
TASK [Gathering Facts] *********************************************************
The authenticity of host '10.10.10.10 (10.10.10.10)' can't be established.
ED25519 key fingerprint is SHA256:zdG3im0nO9n5+eitxa6sQ7ONMKd5rixs5hPP8Hi0NyA.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])?
What's the correct way to change ANSIBLE_HOST_KEY_CHECKING?
The text was updated successfully, but these errors were encountered:
Versions
Version 0.0.24.post3
Scope
Ansible (Job Execution)
Issue
Since #60, I'm trying to override the default
ANSIBLE_HOST_KEY_CHECKING
, as it's set to True by default, but neitherEnvironmentFile
orEnvironment
in Systemd unit seems to works:The job is blocking for 1h, then fails:
What's the correct way to change
ANSIBLE_HOST_KEY_CHECKING
?The text was updated successfully, but these errors were encountered: