From 3c9d50fba98b91097934966fa1f4ca612e7940cc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 10 Aug 2025 01:44:38 +0300 Subject: [PATCH] Feat(init-system/templates/sources.list): Remove Opera repo --- playbooks/roles/init-system/templates/sources.list | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/roles/init-system/templates/sources.list b/playbooks/roles/init-system/templates/sources.list index 22c6ed4..8050751 100644 --- a/playbooks/roles/init-system/templates/sources.list +++ b/playbooks/roles/init-system/templates/sources.list @@ -23,7 +23,3 @@ deb {{ debian_mirror }}-security {{ debian_distr }}-security main contrib non-fr deb {{ debian_mirror }}-multimedia {{ debian_distr }} main non-free #deb {{ debian_mirror }}-multimedia {{ debian_distr }}-backports main non-free {% endif %} -{% if inventory_hostname == 'localhost' %} - -#deb https://deb.opera.com/opera/ stable non-free -{% endif %} -- 2.39.5