Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
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
|