Disable hostkey checking on connection test task
This commit is contained in:
parent
02b6460cff
commit
12991700b9
@ -31,6 +31,8 @@
|
||||
- name: Test connection
|
||||
delegate_to: bootstrap
|
||||
delegate_facts: true
|
||||
vars:
|
||||
ansible_host_key_checking: false
|
||||
ansible.builtin.ping: {}
|
||||
|
||||
- name: Bootstrap remote
|
||||
|
Reference in New Issue
Block a user