|
123456789101112 |
- ---
- - name: Install GRUB patches
- hosts: pisdr
- connection: chroot
- pre_tasks:
- - include: tasks/mount.yaml
- - include: tasks/update-apt.yaml
- roles:
- - grub
- post_tasks:
- - include: tasks/cleanup.yaml
- - include: tasks/umount.yaml
|