mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix programming error in facts retry merge (#14336)
This commit is contained in:
parent
2c7184f9d2
commit
8dc6ceffee
@ -135,4 +135,5 @@ def finish_fact_cache(hosts, destination, facts_write_time, log_data, job_id=Non
|
||||
log_data['cleared_ct'] += 1
|
||||
if len(hosts_to_update) > 100:
|
||||
update_hosts(hosts_to_update)
|
||||
hosts_to_update = []
|
||||
update_hosts(hosts_to_update)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user