首次提交,用于实现安装VNCServer
This commit is contained in:
6
roles/vnc_server/tasks/main.yaml
Normal file
6
roles/vnc_server/tasks/main.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# 包含所有子任务文件
|
||||
- include_tasks: install.yaml
|
||||
- include_tasks: stop_service.yaml
|
||||
- include_tasks: copy_files.yaml
|
||||
- include_tasks: start_service.yaml
|
||||
Reference in New Issue
Block a user