Install lxc from standard apt repository rather than backports
This commit is contained in:
parent
0ce6182f9e
commit
60c6dea291
|
@ -24,6 +24,7 @@
|
||||||
- gnupg2
|
- gnupg2
|
||||||
- kpartx
|
- kpartx
|
||||||
- lintian
|
- lintian
|
||||||
|
- lxc
|
||||||
- make
|
- make
|
||||||
- python-cheetah
|
- python-cheetah
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
|
@ -107,19 +108,6 @@
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
|
||||||
- name: Set up jessie-backports.
|
|
||||||
apt_repository:
|
|
||||||
repo: 'deb http://httpredir.debian.org/debian/ jessie-backports main'
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Install updated version of LXC.
|
|
||||||
apt:
|
|
||||||
name: lxc
|
|
||||||
state: latest
|
|
||||||
default_release: jessie-backports
|
|
||||||
update_cache: yes
|
|
||||||
cache_valid_time: 3600
|
|
||||||
|
|
||||||
- name: Clone git repository for Gitian builder.
|
- name: Clone git repository for Gitian builder.
|
||||||
git:
|
git:
|
||||||
repo: "{{ gitian_builder_url }}"
|
repo: "{{ gitian_builder_url }}"
|
||||||
|
|
Loading…
Reference in New Issue