您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

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