Skip to content

Commit 99a4b5a

Browse files
committed
ansible: Add missing dependency of docker.pre.yml
1 parent de8eb2e commit 99a4b5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/tasks/docker/main.pre.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
- name: Ensure systemd is installed
3+
apt:
4+
name: systemd
5+
26
- name: Ensure resolvconf package does not link
37
debconf:
48
name: resolvconf

0 commit comments

Comments
 (0)