-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In version 1.5.1, on line 48 of roles/remediate/tasks/leapp_loaded_removed_kernel_drivers.yml, the module name is incorrect:
- name: leapp_loaded_removed_kernel_drivers | Unload unsupported modules
community.generalbuiltin.modprobe: <------- incorrect module name; should be community.general.modprobe
name: "{{ item }}"
state: absent
loop: "{{ unsupported_modules }}"
when: unsupported_modules is defined
changed_when: unsupported_modules is defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working