Skip to content
Snippets Groups Projects

Fix commit comment in IPtrunks

Closed Simone Spinelli requested to merge feature/use_ansible_playbooks_repo into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -49,7 +49,7 @@ def provision_ip_trunk(params: IPTrunkProvisioningParams) \
'dry_run': str(params.dry_run),
'verb': 'deploy',
'object': params.object,
'commit_comment': f"Iprunk {params.subscription['iptrunk']['geant_s_sid']} ({params.subscription['id']}) - deployment of {params.object}"
'commit_comment': f"Iprunk {params.subscription['iptrunk']['geant_s_sid']} ({params.subscription['subscription_id']}) - deployment of {params.object}"
}
return run_playbook(
Loading