Skip to content

Commit

Permalink
ansible: Add missing dependency of docker.pre.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KellerFuchs committed Nov 1, 2018
1 parent de8eb2e commit 99a4b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/tasks/docker/main.pre.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: Ensure systemd is installed
apt:
name: systemd

- name: Ensure resolvconf package does not link
debconf:
name: resolvconf
Expand Down

0 comments on commit 99a4b5a

Please sign in to comment.