From 63f66740af21986003df6a8c03c8f0e0ab414c44 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Mon, 11 Jul 2022 11:47:26 +0800 Subject: [PATCH] Update application.yml --- apps/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/application.yml b/apps/application.yml index 9b5a4afe..af9a0dcc 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -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: