Commit 3be7e946 authored by Alain Takoudjou's avatar Alain Takoudjou

fixup: playbook: use apt_repository to add jessie-backports repo

parent 8e1b2be0
......@@ -6,6 +6,7 @@
- name: Install Debian jessie-backports repository
apt_repository: repo='deb http://ftp.debian.org/debian jessie-backports main' state=present update_cache=yes
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
- name: Install kernel 4.9 on debian 8.0
apt: name=linux-image-4.9.0-0.bpo.5-amd64 state=latest default_release=jessie-backports update_cache=yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment