選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

03_tegra.yaml 376 B

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