From 5087b639eea61427cc314ddbd81a24692f0f2712 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Thu, 16 Mar 2017 11:57:09 +0100 Subject: [PATCH] Add host as a test-client for samba --- common/tasks/dns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tasks/dns.yml b/common/tasks/dns.yml index 81b967f..ecbb435 100644 --- a/common/tasks/dns.yml +++ b/common/tasks/dns.yml @@ -7,7 +7,7 @@ - dns - config -- name: ensure dbus is installed, since hostnamectl needs this crap +- name: ensure dbus is installed, since hostnamectl needs this apt: name=dbus state=present tags: - packages -- GitLab