File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
baselayout/tasks/partials/repo Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11---
22
3- - name : " debian8 | add debian -backports" # has systemd-coredump if needed
3+ - name : " debian8 | add jessie -backports" # has systemd-coredump if needed
44 apt_repository :
5- repo : ' deb http://ftp .debian.org/debian jessie-backports main'
5+ repo : ' deb http://archive .debian.org/debian jessie-backports main'
66 state : present
77 update_cache : yes
88 register : has_updated_package_repo
Original file line number Diff line number Diff line change 1212- name : install apt-transport-https
1313 when : has_apt_transport.rc == 1
1414 raw : apt-get install -y apt-transport-https
15+
16+ - name : install dbus
17+ package : name=dbus state=present
18+
19+ - name : disable valid-until apt checks
20+ lineinfile :
21+ dest : /etc/apt/apt.conf.d/99no-check-valid-until
22+ line : ' Acquire::Check-Valid-Until no;'
23+ create : yes
You can’t perform that action at this time.
0 commit comments