From 66a7cfe77dba5017906ff3d9f9fa40ac11917993 Mon Sep 17 00:00:00 2001 From: liviozanol Date: Wed, 25 Jun 2025 14:43:07 +0200 Subject: [PATCH] Docs: fix small typo (#85388) --- lib/ansible/modules/systemd_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/systemd_service.py b/lib/ansible/modules/systemd_service.py index 4e58ba2e4d0..3aedb68825a 100644 --- a/lib/ansible/modules/systemd_service.py +++ b/lib/ansible/modules/systemd_service.py @@ -34,7 +34,7 @@ options: choices: [ reloaded, restarted, started, stopped ] enabled: description: - - Whether the unit should start on boot. At least one of O(state) and O(enabled) are required. + - Whether the unit should start on boot. At least one of O(state) or O(enabled) are required. - If set, requires O(name). type: bool force: