You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

03_tegra.yaml 399 B

4 jaren geleden
4 jaren geleden
4 jaren geleden
4 jaren geleden
12345678910111213
  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'}