Skip to content

Commit

Permalink
ignore line length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Dec 3, 2024
1 parent 301d52a commit 0e2ca8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/initramfs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
ansible.builtin.cron:
name: restore_initramfs
special_time: reboot
# yamllint disable-line rule:line-length
job: '/usr/bin/mv -f /root/initramfs-{{ initramfs_kernel_version }}.img.{{ initramfs_backup_extension }} /boot/initramfs-{{ initramfs_kernel_version }}.img > /dev/null 2>&1'

- name: Reboot the server
Expand Down

0 comments on commit 0e2ca8c

Please sign in to comment.