configure-grub-Debian.yml 104 B

12345
  1. - name: Update GRUB configuration
  2. shell: update-grub
  3. become: true
  4. args:
  5. executable: /bin/bash