mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Corrects environment variable in example. (#40162)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user