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 cron_file=ansible_yum-autoupdate
# Removes a cron file from under /etc/cron.d # 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 import os