Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58f6d88

Browse files
committed
Kernel 3.13.6. [ci skip]
1 parent 6fd3260 commit 58f6d88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/kernel/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- name: download the latest kernel debian packages
55
get_url: url={{ item }} dest=/tmp
66
with_items:
7-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.5-trusty/linux-headers-3.13.5-031305-generic_3.13.5-031305.201402221823_amd64.deb
8-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.5-trusty/linux-image-3.13.5-031305-generic_3.13.5-031305.201402221823_amd64.deb
9-
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.5-trusty/linux-headers-3.13.5-031305_3.13.5-031305.201402221823_all.deb
7+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-headers-3.13.6-031306-generic_3.13.6-031306.201403070154_amd64.deb
8+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-image-3.13.6-031306-generic_3.13.6-031306.201403070154_amd64.deb
9+
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6-trusty/linux-headers-3.13.6-031306_3.13.6-031306.201403070154_all.deb
1010
tags: kernel
1111

1212
- name: install the latest kernel

0 commit comments

Comments
 (0)