mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Fix provision instance not respecting protocol
This commit is contained in:
parent
82ad7dcf40
commit
6db66c5f81
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user