Occasionally when stopping a systemd service with systemctl stop test-server
it will fail mentioning that the job was canceled:
Unable to stop service test-server: Job for test-server.service canceled.
What could cause stopping of the service to be canceled?
Note: The stop is actually initiated from an Ansible playbook, but can't see how that would be related.