From 3d5044ab1b6c3605edb360c57ffe62d33a347f1d Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 25 Feb 2023 17:43:21 +0100 Subject: [PATCH] disable mint report --- README.md | 2 +- roles/system/tasks/main.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da8b99..f2a29bf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ My current setup is [Linux Mint Vera](https://linuxmint.com/edition.php?id=302) - i3 app shortcuts - firefox config? extensions? host own synchronizer? - i3 stutters -- disable system reports +- i3 sleep #### Neovim diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index e92dd42..e31cda6 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -60,3 +60,8 @@ enabled: true scope: user state: started +- name: Disable Mint Report + become: true + file: + path: /etc/xdg/autostart/mintreport.desktop + state: absent