mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
Fix trailing witespace
This commit is contained in:
parent
6853f0912b
commit
5c28fc5456
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class CronVar(object):
|
|||
self.cron_file = cron_file
|
||||
else:
|
||||
self.cron_file = os.path.join('/etc/cron.d', cron_file)
|
||||
parent_dir = os.path.dirname(self.cron_file)
|
||||
parent_dir = os.path.dirname(self.cron_file)
|
||||
if not os.path.isdir(parent_dir):
|
||||
module.fail_json(msg=f"Parent directory '{parent_dir}' does not exist for cron_file: '{cron_file}'")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue