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