1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Michael Scherer 2015-04-19 12:39:36 -04:00 committed by Matt Clay
parent 88e3c19e9a
commit f7707ea137

View file

@ -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