Skip to content
Snippets Groups Projects

Few fixes for checking trunks

1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -169,10 +169,7 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse:
:return: Response from the Ansible runner, including a run ID.
:rtype: :class:`lso.playbook.PlaybookLaunchResponse`
"""
extra_vars = {
"wfo_ip_trunk_json": params.subscription,
"check": params.check_name
}
extra_vars = {"wfo_ip_trunk_json": params.subscription, "check": params.check_name}
# FIXME: needs to be updated when checks become available, this includes
# writing tests.
Loading