Update application.yml

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

View File

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