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.
 
 
 
 
 

13 wiersze
399 B

  1. ---
  2. - name: Install Tegra patches
  3. hosts: pisdr
  4. connection: chroot
  5. pre_tasks:
  6. - {include: 'tasks/mount.yaml', tags: 'always'}
  7. - {include: 'tasks/update-apt.yaml', tags: 'always'}
  8. roles:
  9. - {role: 'tegra_pre', tags: 'pre'}
  10. - {role: 'tegra_post', tags: 'post'}
  11. post_tasks:
  12. - {include: 'tasks/cleanup.yaml', tags: 'post'}
  13. - {include: 'tasks/umount.yaml', tags: 'always'}