mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
change common to install
This commit is contained in:
parent
1ed77d6e4c
commit
21dd6e7db7
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
vars_files:
|
||||
- vars/main.yml
|
||||
|
||||
|
||||
pre_tasks:
|
||||
- name: Check interfaction exists
|
||||
stat:
|
||||
|
@ -14,13 +14,13 @@
|
|||
|
||||
- include: roles/{{appname}}/tests/test.yml
|
||||
when: interfaction_exists.stat.exists
|
||||
|
||||
|
||||
roles:
|
||||
- { role: role_common, tags: "role_common" }
|
||||
- { role: role_cloud, tags: "role_cloud" }
|
||||
- { role: role_docker, tags: "role_docker" }
|
||||
- { role: role_nginx, tags: "role_nginx" }
|
||||
- { role: common, tags: "common" }
|
||||
- { role: install, tags: "install" }
|
||||
- { role: "{{appname}}", tags: "{{appname}}" }
|
||||
- { role: role_init, tags: "role_init" }
|
||||
- { role: role_preend, tags: "preend" }
|
||||
|
|
Loading…
Reference in a new issue