You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 regels
251 B

  1. ---
  2. - name: Install GRUB patches
  3. hosts: pisdr
  4. connection: chroot
  5. pre_tasks:
  6. - include: tasks/mount.yaml
  7. - include: tasks/update-apt.yaml
  8. roles:
  9. - grub
  10. post_tasks:
  11. - include: tasks/cleanup.yaml
  12. - include: tasks/umount.yaml