mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 18:18:12 -03:30
Fix provision instance not respecting protocol
This commit is contained in:
@@ -199,6 +199,7 @@ class InstanceManager(models.Manager):
|
||||
ip_address=ip_address,
|
||||
node_type=node_type,
|
||||
peers_from_control_nodes=peers_from_control_nodes,
|
||||
protocol=protocol,
|
||||
**create_defaults,
|
||||
**uuid_option
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user