forked from ISTI-ansible-roles/ansible-roles
Add a new local repository, with some Trusty backports.
This commit is contained in:
parent
4fb268447c
commit
a5d1babc0b
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue