Merge pull request #1166 from mscherer/fix_ansible_10335

Name is a required parameter
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 6d348ed54e

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

Loading…
Cancel
Save