Skip to content
Snippets Groups Projects
Commit f0b15cd4 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Revert to one-line original style.

Despite the fact the syntax is absolutely valid.
parent c34c6d0e
No related branches found
No related tags found
1 merge request!194deploy_twamp: subscription -> json
Pipeline #86145 failed
......@@ -52,8 +52,7 @@ def deploy_twamp_dry(subscription: Iptrunk, process_id: UUIDstr, callback_route:
f"\n{subscription.iptrunk.iptrunk_sides[1].iptrunk_side_node.router_fqdn}"
)
execute_playbook("deploy_twamp.yaml", callback_route,
inventory, extra_vars)
execute_playbook("deploy_twamp.yaml", callback_route, inventory, extra_vars)
return {"subscription": subscription}
......@@ -73,8 +72,7 @@ def deploy_twamp_real(subscription: Iptrunk, process_id: UUIDstr, callback_route
f"\n{subscription.iptrunk.iptrunk_sides[1].iptrunk_side_node.router_fqdn}"
)
execute_playbook("deploy_twamp.yaml", callback_route,
inventory, extra_vars)
execute_playbook("deploy_twamp.yaml", callback_route, inventory, extra_vars)
return {"subscription": subscription}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment