Update application.yml

This commit is contained in:
qiaofeng1227 2022-12-09 09:24:37 +08:00 committed by GitHub
parent d48cb9ea73
commit 76f351bfbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,9 @@
register: env_content
failed_when: False
delegate_to: 127.0.0.1
- name: copy test
copy: src=/data/mcloud dest=/tmp
roles:
- { role: role_common, tags: "role_common" }