mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335
This commit is contained in:
committed by
Matt Clay
parent
88e3c19e9a
commit
f7707ea137
@@ -139,7 +139,7 @@ EXAMPLES = '''
|
||||
cron_file=ansible_yum-autoupdate
|
||||
|
||||
# Removes a cron file from under /etc/cron.d
|
||||
- cron: cron_file=ansible_yum-autoupdate state=absent
|
||||
- cron: name="yum autoupdate" cron_file=ansible_yum-autoupdate state=absent
|
||||
'''
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user