library/roles/ubuntu-deb-general/tasks/packages.yml: Try to fix a broken repository definition.
This commit is contained in:
parent
f7f909249f
commit
7a8b52c96e
|
@ -43,7 +43,9 @@
|
||||||
|
|
||||||
- name: apt key for the internal ppa repository
|
- name: apt key for the internal ppa repository
|
||||||
apt_key: url=http://ppa.research-infrastructures.eu/system/keys/system-archive.asc state=present
|
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
|
ignore_errors: True
|
||||||
tags: packages
|
tags: packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue