Skip to content

Commit ec97ae9

Browse files
committed
hosts.update: allow kernel downgrades
Signed-off-by: Xavi Hernandez <[email protected]>
1 parent 3799808 commit ec97ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/roles/hosts.update/tasks/centos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
yum:
5959
name: "kernel-{{version}}-{{release}}"
6060
state: present
61+
allow_downgrade: true
6162
register: yum_kernel
6263

6364
- name: Perform a complete update

0 commit comments

Comments
 (0)