Hi,
you should better use systemd module instead of command to do what you
intended to do... This module is better at idempotence that command
Command is not idempotent by default, you have to do it (there are
different ways to do it), this is why you have some changes
Regards,