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

11 行
222 B

  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