mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
removed typo
This commit is contained in:
parent
d55ba3ab7c
commit
45907f2ff3
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ def main():
|
|||
# Ensure all files generated are only writable by the owning user. Primarily relevant for the cron_file option.
|
||||
os.umask(022)
|
||||
crontab = CronTab(module, user, cron_file)
|
||||
]
|
||||
|
||||
module.debug('cron instantiated - name: "%s"' % name)
|
||||
|
||||
# --- user input validation ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue