mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -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,
|
ip_address=ip_address,
|
||||||
node_type=node_type,
|
node_type=node_type,
|
||||||
peers_from_control_nodes=peers_from_control_nodes,
|
peers_from_control_nodes=peers_from_control_nodes,
|
||||||
|
protocol=protocol,
|
||||||
**create_defaults,
|
**create_defaults,
|
||||||
**uuid_option
|
**uuid_option
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user