From baadacdb3c4f8fa499fcedff720c1de960faf7ee Mon Sep 17 00:00:00 2001 From: Nathan Douglas Date: Wed, 6 Mar 2024 06:15:42 -0500 Subject: [PATCH] Add `python3-debian` to list of dependencies. --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 3b55e7c..c74bc2e 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -4,6 +4,7 @@ name: - apt-transport-https - ca-certificates + - python3-debian state: present - name: Add Kubernetes repository.