Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-11 11:47:26 +08:00 committed by GitHub
parent fc8faff255
commit 63f66740af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,11 @@
- vars/main.yml
pre_tasks:
- name: test
shell: cat /tmp/test
register: rt
- debug:
msg: "start"
msg: "{{rt}}"
- name: Git Clone StackHub repository
block: