Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

13 řádky
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'}