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 7401865 commit e3552d0Copy full SHA for e3552d0
ansible/vm.yaml
@@ -4,9 +4,12 @@
4
gather_facts: yes
5
tasks:
6
- include_tasks: tasks/apt.yaml
7
+ # Install docker before updating the host kernel so that the reboot in the
8
+ # latter also means we can use docker without sudo (which also requires a
9
+ # reboot)
10
+ - include_tasks: tasks/docker.yaml
11
- include_tasks: tasks/update_host_kernel.yaml
12
- include_tasks: tasks/rust.yaml
- - include_tasks: tasks/docker.yaml
13
- include_tasks: tasks/code.yaml
14
- include_tasks: tasks/pull_images.yaml
- - include_tasks: tasks/sc2.yml
15
+ # - include_tasks: tasks/sc2.yml
0 commit comments