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