Corrects environment variable in example. (#40162)
This commit is contained in:
parent
cd89bc5941
commit
3dd33e7417
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ EXAMPLES = '''
|
|||
minute: 0
|
||||
hour: 12
|
||||
user: root
|
||||
job: "YUMINTERACTIVE: 0 /usr/sbin/yum-autoupdate"
|
||||
job: "YUMINTERACTIVE=0 /usr/sbin/yum-autoupdate"
|
||||
cron_file: ansible_yum-autoupdate
|
||||
|
||||
- name: Removes a cron file from under /etc/cron.d
|
||||
|
|
Loading…
Reference in a new issue