We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6666eeb commit ae35ffaCopy full SHA for ae35ffa
ansible/ansible.cfg
@@ -0,0 +1,2 @@
1
+[defaults]
2
+host_key_checking = False
ansible/vm.yaml
@@ -8,6 +8,7 @@
8
# latter also means we can use docker without sudo (which also requires a
9
# reboot)
10
- include_tasks: tasks/docker.yaml
11
+ # TODO: manually cherry-pick patches on top of svsm/linux
12
- include_tasks: tasks/update_host_kernel.yaml
13
- include_tasks: tasks/qemu.yaml
14
- include_tasks: tasks/rust.yaml
0 commit comments