From 6077bb0d7828064fbbb9dd2170708c429d8820bc Mon Sep 17 00:00:00 2001 From: SebClem Date: Fri, 17 Dec 2021 17:43:52 +0100 Subject: [PATCH] :hammer: Install dnspython --- tasks/preflight.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/preflight.yml b/tasks/preflight.yml index 636a40a..2ba796c 100644 --- a/tasks/preflight.yml +++ b/tasks/preflight.yml @@ -46,4 +46,8 @@ - name: Install unzip apt: name: unzip - update_cache: true \ No newline at end of file + update_cache: true + +- name: Install dnspython + pip: + name: dnspython \ No newline at end of file