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 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