您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

35 行
742B

  1. ---
  2. - import_tasks: clean.yaml
  3. - import_tasks: structure.yaml
  4. - import_tasks: ssh.yaml
  5. - import_tasks: tmux.yaml
  6. - import_tasks: pulseaudio.yaml
  7. - import_tasks: screensaver.yaml
  8. - import_tasks: git.yaml
  9. - import_tasks: kanboard.yaml
  10. - import_tasks: points.yaml
  11. - block:
  12. - import_tasks: i3.yaml
  13. - import_tasks: workspaces.yaml
  14. - import_tasks: background.yaml
  15. - import_tasks: rofi.yaml
  16. - import_tasks: x11.yaml
  17. - import_tasks: vnc.yaml
  18. when: home_desktop
  19. - name: flush handlers
  20. meta: flush_handlers
  21. - name: enable and start vncserver user service
  22. systemd:
  23. name: vncserver@:{{home_vdesk_display_number}}.service
  24. state: started
  25. enabled: true
  26. scope: user
  27. when: home_vdesk_started_and_enabled