From 5f1ad42267f10e88c98111cb6236b7eed9385841 Mon Sep 17 00:00:00 2001 From: Tim Dittler Date: Mon, 13 Jan 2020 20:59:48 +0100 Subject: [PATCH] Disable notifier via dconf --- files/03-no-update-notifications | 4 ++++ gnome.yml | 1 + hosts | 4 ++-- playbook.yml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 files/03-no-update-notifications diff --git a/files/03-no-update-notifications b/files/03-no-update-notifications new file mode 100755 index 0000000..9bd2983 --- /dev/null +++ b/files/03-no-update-notifications @@ -0,0 +1,4 @@ +[com/ubuntu/update-notifier] +show-apport-crashes=false +show-livepatch-status-icon=false +no-show-notifications=true diff --git a/gnome.yml b/gnome.yml index 41f49cd..26db2e5 100644 --- a/gnome.yml +++ b/gnome.yml @@ -27,4 +27,5 @@ - 00-favorite-apps - 01-recursive-search - 02-energy + - 03-no-update-notifications notify: dconf update diff --git a/hosts b/hosts index 2a8e54b..7f6c6e2 100644 --- a/hosts +++ b/hosts @@ -14,5 +14,5 @@ pc112 pc113 pc114 pc115 -pc116 ansible_host=192.168.112.138 -pc117 ansible_host=192.168.112.127 +pc116 +pc117 diff --git a/playbook.yml b/playbook.yml index 03cd851..7a8449a 100644 --- a/playbook.yml +++ b/playbook.yml @@ -36,9 +36,9 @@ apt_repositories: - repo: ppa:nextcloud-devs/client packages_absent: + - apport - gnome-initial-setup - ubuntu-web-launchers - - update-notifier debs_present: - CQue_v4.0.5_Linux_64_DE.deb - veracrypt-1.24-Update3-Ubuntu-18.04-amd64.deb