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