Skip to content

Commit ae35ffa

Browse files
committed
ansible: few nits
1 parent 6666eeb commit ae35ffa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ansible/ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[defaults]
2+
host_key_checking = False

ansible/vm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# latter also means we can use docker without sudo (which also requires a
99
# reboot)
1010
- include_tasks: tasks/docker.yaml
11+
# TODO: manually cherry-pick patches on top of svsm/linux
1112
- include_tasks: tasks/update_host_kernel.yaml
1213
- include_tasks: tasks/qemu.yaml
1314
- include_tasks: tasks/rust.yaml

0 commit comments

Comments
 (0)