mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
remove unused function
This commit is contained in:
@@ -341,12 +341,6 @@ class CronTab(object):
|
||||
result += '\n'
|
||||
return result
|
||||
|
||||
def _read_file_execute(self):
|
||||
"""
|
||||
Returns the command line for reading a crontab
|
||||
"""
|
||||
return "%s -l %s" % (CRONCMD, self._user_execute())
|
||||
|
||||
def _read_user_execute(self):
|
||||
"""
|
||||
Returns the command line for reading a crontab
|
||||
|
||||
Reference in New Issue
Block a user