diff --git a/tasks/configure.yml b/tasks/configure.yml index 583714a..5a5eb1c 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -31,7 +31,7 @@ to_port: "{{ signal_api_port }}" - name: Generate service unit - shell: podman generate systemd --new --name toms-mongo > /etc/systemd/system/podman_signal_api.service + shell: podman generate systemd --new --name podman_signal_api > /etc/systemd/system/podman_signal_api.service args: creates: /etc/systemd/system/podman_signal_api.service