From 954834e3572a306774fa6133dd096db19cb30617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 3 Aug 2022 14:32:52 +0800 Subject: [PATCH] 1 --- deploy/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible.yml b/deploy/ansible.yml index 240d284..9b2e702 100644 --- a/deploy/ansible.yml +++ b/deploy/ansible.yml @@ -18,4 +18,4 @@ mode: 0777 backup: no - name: shell - shell: sudo systemctl restart jx-print + shell: cd {{ deploy_dir }} && sudo systemctl restart jx-print