Skip to content

Commit

Permalink
CI TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
5angjun committed Nov 7, 2023
1 parent c856d56 commit 304eba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/intellabs/kafl/roles/examples/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
depth: "{{ git_clone_depth | default(omit) }}"
force: "{{ force_clone }}"
recursive: false
accept_hostkey: yes
accept_hostkey: true
tags:
- clone

Expand Down
2 changes: 1 addition & 1 deletion deploy/intellabs/kafl/roles/fuzzer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
version: "{{ fuzzer_revision | default('master') }}"
depth: "{{ git_clone_depth | default(omit) }}"
force: "{{ force_clone }}"
accept_hostkey: yes
accept_hostkey: true
tags:
- clone

Expand Down
2 changes: 1 addition & 1 deletion deploy/intellabs/kafl/roles/qemu/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
depth: "{{ git_clone_depth | default(omit) }}"
force: "{{ force_clone }}"
recursive: false
accept_hostkey: yes
accept_hostkey: true
tags:
- clone

Expand Down

0 comments on commit 304eba4

Please sign in to comment.