mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
change common to install
This commit is contained in:
parent
1ed77d6e4c
commit
21dd6e7db7
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- vars/main.yml
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Check interfaction exists
|
- name: Check interfaction exists
|
||||||
stat:
|
stat:
|
||||||
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
- include: roles/{{appname}}/tests/test.yml
|
- include: roles/{{appname}}/tests/test.yml
|
||||||
when: interfaction_exists.stat.exists
|
when: interfaction_exists.stat.exists
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: role_common, tags: "role_common" }
|
- { role: role_common, tags: "role_common" }
|
||||||
- { role: role_cloud, tags: "role_cloud" }
|
- { role: role_cloud, tags: "role_cloud" }
|
||||||
- { role: role_docker, tags: "role_docker" }
|
- { role: role_docker, tags: "role_docker" }
|
||||||
- { role: role_nginx, tags: "role_nginx" }
|
- { role: role_nginx, tags: "role_nginx" }
|
||||||
- { role: common, tags: "common" }
|
- { role: install, tags: "install" }
|
||||||
- { role: "{{appname}}", tags: "{{appname}}" }
|
- { role: "{{appname}}", tags: "{{appname}}" }
|
||||||
- { role: role_init, tags: "role_init" }
|
- { role: role_init, tags: "role_init" }
|
||||||
- { role: role_preend, tags: "preend" }
|
- { role: role_preend, tags: "preend" }
|
||||||
|
Loading…
Reference in New Issue
Block a user