Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-01 09:10:45 +08:00 committed by GitHub
parent 2ea2e96e1f
commit 67ef002d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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