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

Skip to content

Commit ada1c29

Browse files
committed
Fix kernel install.
1 parent ab4cdb3 commit ada1c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/kernel/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
tags: kernel
1111

1212
- name: install the latest kernel
13-
command: chdir=/tmp dpkg -i linux-*.deb
13+
shell: chdir=/tmp dpkg -i linux-*.deb
1414
tags: kernel
1515

1616
- name: reboot after kernel upgrade

0 commit comments

Comments
 (0)