Skip to content

Commit e3552d0

Browse files
committed
ansible: reorder things
1 parent 7401865 commit e3552d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ansible/vm.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
gather_facts: yes
55
tasks:
66
- 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
711
- include_tasks: tasks/update_host_kernel.yaml
812
- include_tasks: tasks/rust.yaml
9-
- include_tasks: tasks/docker.yaml
1013
- include_tasks: tasks/code.yaml
1114
- include_tasks: tasks/pull_images.yaml
12-
- include_tasks: tasks/sc2.yml
15+
# - include_tasks: tasks/sc2.yml

0 commit comments

Comments
 (0)