library/roles/ubuntu-deb-general/tasks/packages.yml: Try to fix a broken repository definition.

This commit is contained in:
Andrea Dell'Amico 2016-11-22 17:21:49 +01:00
parent f7f909249f
commit 7a8b52c96e
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@
- name: apt key for the internal ppa repository
apt_key: url=http://ppa.research-infrastructures.eu/system/keys/system-archive.asc state=present
when: is_ubuntu
when:
- is_ubuntu
- egi_image is not defined or not egi_image
ignore_errors: True
tags: packages