mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Rename 'primaries' in windows azure to 'Cloud_services' per recommendation
This commit is contained in:
parent
a80c5196ad
commit
a7e6d62e2c
@ -241,7 +241,7 @@ class AzureInventory(object):
|
||||
self.push(self.inventory, self.to_safe(cloud_service.service_name), hostname)
|
||||
|
||||
if int(ssh_port) == 22:
|
||||
self.push(self.inventory, "primaries", hostname)
|
||||
self.push(self.inventory, "Cloud_services", hostname)
|
||||
|
||||
# Inventory: Group by region
|
||||
self.push(self.inventory, self.to_safe(cloud_service.hosted_service_properties.location), hostname)
|
||||
|
Loading…
Reference in New Issue
Block a user