add hostkey check
This commit is contained in:
parent
916d3795eb
commit
72d2a5e03f
@ -89,8 +89,10 @@
|
|||||||
owner: "{{user.name}}"
|
owner: "{{user.name}}"
|
||||||
when: hass_repo_exist.stat.exists == false
|
when: hass_repo_exist.stat.exists == false
|
||||||
|
|
||||||
|
|
||||||
- name: install conf file
|
- name: install conf file
|
||||||
git:
|
git:
|
||||||
|
accept_hostkey: yes
|
||||||
dest: "{{hass_conf_folder}}" # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
|
dest: "{{hass_conf_folder}}" # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
|
||||||
repo: "{{hass_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
repo: "{{hass_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
||||||
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
|
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
|
||||||
|
Loading…
Reference in New Issue
Block a user