diff --git a/lib/ansible/modules/systemd_service.py b/lib/ansible/modules/systemd_service.py index 47ff3cf6ddb..1abfaaed53f 100644 --- a/lib/ansible/modules/systemd_service.py +++ b/lib/ansible/modules/systemd_service.py @@ -26,7 +26,8 @@ options: state: description: - V(started)/V(stopped) are idempotent actions that will not run commands unless necessary. - V(restarted) will always bounce the unit. V(reloaded) will always reload. + V(restarted) will always bounce the unit. + V(reloaded) will always reload and if the service is not running at the moment of the reload, it is started. type: str choices: [ reloaded, restarted, started, stopped ] enabled: