Commit be7e6491 authored by Mattia Rizzolo's avatar Mattia Rizzolo

common/apt: disable check for new ubuntu releases

I'm sure we know when a new release is out, no need to nag every week.
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent 9bc2ad4b
......@@ -21,3 +21,14 @@
- screen
- vim
- zsh
- stat:
path: /etc/update-manager/release-upgrades
register: ubuntu_release_upgrader_core_conf
- name: Disable upgrade notifications
lineinfile:
path: /etc/update-manager/release-upgrades
regexp: ^Prompt=.*$
line: Prompt=never
when: ubuntu_release_upgrader_core_conf.stat.exists
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment