From c0cf148eeef13f7a63de2363e8a1590babb7b5ee Mon Sep 17 00:00:00 2001 From: Thomas Praxl Date: Mon, 23 Dec 2019 16:35:26 +0100 Subject: [PATCH] Be more specific about the requirements per distro (#65810) --- lib/ansible/modules/system/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/cron.py b/lib/ansible/modules/system/cron.py index e9f9ad4b1c9..4aaac4cc5b6 100644 --- a/lib/ansible/modules/system/cron.py +++ b/lib/ansible/modules/system/cron.py @@ -141,7 +141,7 @@ options: type: str version_added: "2.1" requirements: - - cron + - cron (or cronie on CentOS) author: - Dane Summers (@dsummersl) - Mike Grozak (@rhaido)