aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos/tasks/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/add_custom_repos/tasks/ubuntu.yml')
-rw-r--r--ansible/roles/add_custom_repos/tasks/ubuntu.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/roles/add_custom_repos/tasks/ubuntu.yml b/ansible/roles/add_custom_repos/tasks/ubuntu.yml
index c0ba89c0b..4658fe514 100644
--- a/ansible/roles/add_custom_repos/tasks/ubuntu.yml
+++ b/ansible/roles/add_custom_repos/tasks/ubuntu.yml
@@ -12,6 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
+- name: Check multiverse repository
+ shell: "apt-cache policy | grep {{ release }}/multiverse"
+ args:
+ executable: /bin/bash
+ register: multiverse_repos
+ ignore_errors: yes
+
- name: add custom repos
template:
src: sources.list.j2