mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove unreachable code from cron module (#25577)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
René Moser
parent
23eebb62e6
commit
301cbc1f5b
@@ -463,7 +463,6 @@ class CronTab(object):
|
||||
else:
|
||||
return "%s%s %s %s %s %s %s" % (disable_prefix,minute,hour,day,month,weekday,job)
|
||||
|
||||
return None
|
||||
|
||||
def get_jobnames(self):
|
||||
jobnames = []
|
||||
|
||||
Reference in New Issue
Block a user