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

02_desktop.yaml 222 B

1234567891011
  1. ---
  2. - name: Install desktop system
  3. hosts: pisdr
  4. connection: chroot
  5. pre_tasks:
  6. - include: tasks/mount.yaml
  7. - include: tasks/update-apt.yaml
  8. roles:
  9. - desktop
  10. post_tasks:
  11. - include: tasks/umount.yaml