mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update application.yml
This commit is contained in:
parent
2ea2e96e1f
commit
67ef002d9b
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
|||
include_role:
|
||||
name: "{{item}}"
|
||||
with_items:
|
||||
- "role_common"
|
||||
- "role_cloud"
|
||||
- role_common
|
||||
- role_cloud
|
||||
|
||||
- name: Git Clone app docker repository(step:2)
|
||||
block:
|
||||
|
@ -31,7 +31,7 @@
|
|||
block:
|
||||
- name: Check if pre.yml exists
|
||||
uri:
|
||||
url: "https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml"
|
||||
url: https://github.com/Websoft9/StackHub/blob/main/apps/roles/"{{appname}}"/tasks/pre.yml
|
||||
return_content: yes
|
||||
register: pre_exists
|
||||
failed_when: false
|
||||
|
|
Loading…
Reference in a new issue