Corrects environment variable in example. (#40162)
parent
cd89bc5941
commit
3dd33e7417
|
@ -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 New Issue