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 376 B

4 vuotta sitten
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