mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update application.yml
This commit is contained in:
parent
27959cac11
commit
678ebe901e
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@
|
|||
vars_files:
|
||||
- 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:
|
||||
- { role: role_common, tags: "role_common" }
|
||||
- { role: role_cloud, tags: "role_cloud" }
|
||||
|
|
Loading…
Reference in a new issue