Add a new local repository, with some Trusty backports.

This commit is contained in:
Andrea Dell'Amico 2018-04-04 20:21:09 +02:00
parent 4fb268447c
commit a5d1babc0b
1 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,14 @@
ignore_errors: True
tags: packages
- name: Setup the infrascience trusty repository
apt_repository: repo='deb [arch=amd64] http://ppa.research-infrastructures.eu/trusty-infrascience {{ ansible_distribution_release }} main' update_cache=yes
when:
- is_trusty
- infrascience_internal_ppa
ignore_errors: True
tags: packages
- name: install common packages
apt: pkg={{ item }} state={{ pkg_state }}
with_items: '{{ common_packages }}'