Skip to content
Snippets Groups Projects
Commit 49f11e59 authored by Adrian Rixon's avatar Adrian Rixon
Browse files

Undo removal of universe & multiverse repos

	modified:   roles/apt-config/tasks/main.yml
parent 5970e04f
No related branches found
No related tags found
No related merge requests found
...@@ -26,18 +26,3 @@ ...@@ -26,18 +26,3 @@
force: no force: no
tags: tags:
- apt-config-sources - apt-config-sources
- name: disable universe & multiverse sources
apt_repository:
repo: "{{ item }}"
state: absent
with_items:
- "deb http://gb.archive.ubuntu.com/ubuntu/ bionic universe"
- "deb http://gb.archive.ubuntu.com/ubuntu/ bionic-updates universe"
- "deb http://gb.archive.ubuntu.com/ubuntu/ bionic multiverse"
- "deb http://gb.archive.ubuntu.com/ubuntu/ bionic-updates multiverse"
- "deb http://gb.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse"
- "deb http://security.ubuntu.com/ubuntu bionic-security universe"
- "deb http://security.ubuntu.com/ubuntu bionic-security multiverse"
tags:
- apt-config-sources
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment