mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
27959cac11
commit
678ebe901e
@ -5,7 +5,16 @@
|
|||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- vars/main.yml
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Check interfaction exists
|
||||||
|
stat:
|
||||||
|
path: roles/{{appname}}/tests/test.yml
|
||||||
|
register: interfaction_exists
|
||||||
|
|
||||||
|
- include: roles/{{appname}}/tests/test.yml
|
||||||
|
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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user