mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update application.yml
This commit is contained in:
parent
fc8faff255
commit
63f66740af
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user