From 57c1d2f13dc6314e0588fd4a16b3207e2afe0c20 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 20 Apr 2025 12:01:31 +0200 Subject: [PATCH] Install debconf-utils first before options are supplied --- tasks/install.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index d2f4dde..901a11f 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -13,6 +13,11 @@ filename: onlyoffice update_cache: true +- name: "Install | Install debconf-utils" + ansible.builtin.apt: + pkg: + - debconf-utils + - name: "Install | Set debconf options" ansible.builtin.debconf: name: onlyoffice-documentserver @@ -70,4 +75,3 @@ src: 99-onyloffice dest: /etc/apt/apt.conf.d/99-onyloffice mode: "0644" - \ No newline at end of file