mirror of https://github.com/ansible/ansible.git
set host_key_checking check to False, rather than if not (which captures False and None) (#75168) (#76206)
* set host_key_checking check to False, rather than if not (which captures False and None)
* add host_key_checking default to ssh.py / update documentation
(cherry picked from commit d527be8a52
)
Co-authored-by: James Spurin <james@spurin.com>
pull/76391/head
parent
02716851db
commit
d945c66b36
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- set ssh host_key_checking defaults to True, restoring original behaviour (https://github.com/ansible/ansible/issues/75168)
|
Loading…
Reference in New Issue