Update application.yml

This commit is contained in:
qiaofeng1227 2022-12-09 11:15:44 +08:00 committed by GitHub
parent ce77cf5d93
commit b3b2428a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,15 @@
register: env_content
failed_when: False
delegate_to: 127.0.0.1
- name: Create credentials Folder
file:
path: /credentials
state: directory
- name: Create credentials Folder2
file:
path: /credentials
state: directory
roles:
- { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" }