Skip to content
Snippets Groups Projects
Commit d92f2ea3 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'yumtimeout' into 'master'

ensure yum may fail and not stall forever

See merge request !337
parents 1aa326fc 81ca9066
No related branches found
No related tags found
1 merge request!337ensure yum may fail and not stall forever
......@@ -88,6 +88,9 @@
yum updateinfo
yum makecache
become: true
when: addingrepos.changed
async: 600
poll: 5
check_mode: no
when: addingrepos.changed and ansible_os_family == 'RedHat'
args:
warn: False
\ No newline at end of file
warn: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment