25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
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'}