Skip to content

Commit

Permalink
fix dracut path
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Dec 4, 2023
1 parent c6a5bf2 commit 60fbfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/initramfs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Create a new initramfs with the optional additional modules
# yamllint disable-line rule:line-length
ansible.builtin.command: '/usr/sbin/dracut {{ ((initramfs_add_modules | length) > 0) | ternary("-a", "") }} "{{ initramfs_add_modules }}" --kver {{ _kernel_version }} --force'
ansible.builtin.command: '/usr/bin/dracut {{ ((initramfs_add_modules | length) > 0) | ternary("-a", "") }} "{{ initramfs_add_modules }}" --kver {{ _kernel_version }} --force'
changed_when: true

- name: Reboot the server
Expand Down

0 comments on commit 60fbfaa

Please sign in to comment.