From 1cad2336c03f523292640c3de370b06948e862a3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 30 Nov 2015 15:16:34 +0000 Subject: [PATCH] Add python-dns to batcave so that we can remove ip-based known_hosts entries Signed-off-by: Patrick Uiterwijk --- roles/batcave/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index 67a8caae36..66ba124b01 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -34,6 +34,7 @@ - fpaste # general useful util - lftp # needed to easily pull in builds from koji for internal repos - git-email # needed to send patches for review to the mailing list + - python-dns # needed to have ansible remove ip-based known_host entries tags: - batcave - config