Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-11 12:09:30 +08:00 committed by GitHub
parent e6ea0d2cce
commit ba472ec8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@
register: applist register: applist
- debug: - debug:
msg: You will install {{applist.stdout_lines}} msg: You will install "{{item}}"
loop: "{{applist.stdout_lines}}"
roles: roles:
- { role: role_common, tags: "role_common" } - { role: role_common, tags: "role_common" }
- { role: role_cloud, tags: "role_cloud" } - { role: role_cloud, tags: "role_cloud" }