From 1df32e6cd15700ed947f2be43a283c77054accf6 Mon Sep 17 00:00:00 2001 From: Hayato Date: Sun, 27 Oct 2024 21:12:58 +0900 Subject: [PATCH 1/2] Fix systemd-resolved restart error --- tasks/all/stop-systemd-resolved.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/all/stop-systemd-resolved.yml b/tasks/all/stop-systemd-resolved.yml index f1d8a4f..729aa41 100644 --- a/tasks/all/stop-systemd-resolved.yml +++ b/tasks/all/stop-systemd-resolved.yml @@ -1,4 +1,10 @@ --- +- name: "Common / Install systemd-resolved" + ansible.builtin.apt: + name: "resolvconf-admin" + state: present + update_cache: true + - name: "Common / Set to don't use DNSStubListener for systemd config" community.general.ini_file: path: /etc/systemd/resolved.conf From 9502ad05e17307f77101e1cb082e4db6ce439d17 Mon Sep 17 00:00:00 2001 From: Hayato Date: Sun, 27 Oct 2024 21:13:25 +0900 Subject: [PATCH 2/2] Add thunderbird from install list --- inventories/host_vars/console.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/host_vars/console.yml b/inventories/host_vars/console.yml index 1c121e1..ca4479c 100644 --- a/inventories/host_vars/console.yml +++ b/inventories/host_vars/console.yml @@ -25,6 +25,7 @@ apt: - python3-pip - samba-common - sshpass + - thunderbird - vim - vlc - whois @@ -36,7 +37,6 @@ remove: - firefox - gnome-power-manager - rhythmbox - - thunderbird - totem - yelp