mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Merge pull request #10325 from wenottingham/count-von-count
Add a field for hosts automated across to the subscription info SUMMARY This is populated by the new table we've added. Update the subs check to check against this, not imported hosts. ISSUE TYPE Feature Pull Request Bugfix Pull Request COMPONENT NAME API UI Reviewed-by: Bill Nottingham <None> Reviewed-by: Amol Gautam <amol_gautam25@yahoo.co.in> Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> Reviewed-by: Chris Meyers <None> Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
@@ -552,7 +552,7 @@ class JobEvent(BasePlaybookEvent):
|
||||
summaries = dict()
|
||||
updated_hosts_list = list()
|
||||
for host in hostnames:
|
||||
updated_hosts_list.append(host)
|
||||
updated_hosts_list.append(host.lower())
|
||||
host_id = self.host_map.get(host, None)
|
||||
if host_id not in existing_host_ids:
|
||||
host_id = None
|
||||
|
||||
Reference in New Issue
Block a user