Merge "[train-only] Ensure obsolete module nf_conntrack_proto_sctp is not loaded" into stable/train

This commit is contained in:
Zuul 2020-09-30 18:25:20 +00:00 committed by Gerrit Code Review
commit 54adc48b0b
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@ outputs:
- ''
- - "#!/bin/bash\n\n"
- {get_param: LeappInitCommand}
- name: Remove obsolete nf_conntrack_proto_sctp from /etc/modules-load.d/
file:
path: /etc/modules-load.d/nf_conntrack_proto_sctp.conf
state: absent
- name: "add packages into Leapp's to_remove file"
vars:
pkg_to_remove: { get_param: UpgradeLeappToRemove }