diff --git a/ansible/plays/service/service-deploy-and-restart.yml b/ansible/plays/service/service-deploy-and-restart.yml index 111d7e8..80e41f4 100644 --- a/ansible/plays/service/service-deploy-and-restart.yml +++ b/ansible/plays/service/service-deploy-and-restart.yml @@ -32,7 +32,7 @@ - name: "[{{ service_dir_name }}] Restart Systemd Service using Relative Paths" ansible.builtin.shell: | - export XDG_RUNTIME_DIR: /run/user/$(id -u) + export XDG_RUNTIME_DIR=/run/user/$(id -u) # Tell systemd to link the service file into its registry relatively systemctl --user link "./{{ service_unit_name }}"