From 64eb37e4c83292cf2cff1045af5cc4a2160f795f Mon Sep 17 00:00:00 2001 From: sebclem Date: Mon, 12 Jun 2023 17:04:33 +0200 Subject: [PATCH] Update 'tasks/preflight.yml' --- tasks/preflight.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/tasks/preflight.yml b/tasks/preflight.yml index e7ba6ba..39e4a12 100644 --- a/tasks/preflight.yml +++ b/tasks/preflight.yml @@ -28,13 +28,11 @@ ansible.builtin.set_fact: loki_version: "{{ _latest_release.json.tag_name[1:] }}" -- name: Install unzip +- name: Install deps ansible.builtin.apt: - name: unzip + name: + - unzip + - python3-dnspython + - python3-docker update_cache: true -- name: Install dnspython - ansible.builtin.pip: - name: - - dnspython - - docker