Skip to content

Commit

Permalink
Fix programming error in facts retry merge (#14336)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored Aug 11, 2023
1 parent 2c7184f commit 8dc6cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/tasks/facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8dc6cef

Please sign in to comment.