Commit aa9ce4f9 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Upgrade to latest kernel versions for each debian distribution

parent 57a62579
---
- name: Install kernel 4.9 on debian 9.0
apt: name=linux-image-4.9.0-5-amd64 state=latest update_cache=no
apt: name=linux-image-4.9.0-9-amd64 state=latest update_cache=no
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "9"
- name: Install Debian jessie-backports repository
......@@ -9,7 +9,7 @@
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
apt: name=linux-image-4.9.0-0.bpo.9-amd64 state=latest default_release=jessie-backports update_cache=yes
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "8"
- name: Install Debian jessie repository on debian 7
......
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