diff --git a/gso/workflows/router/update_ibgp_mesh.py b/gso/workflows/router/update_ibgp_mesh.py
index 9c76e288b2a38f8b1cbb17dac8596e6fec0534f0..b93ed30bbe91bd5f91bffdd2560235b9d3325394 100644
--- a/gso/workflows/router/update_ibgp_mesh.py
+++ b/gso/workflows/router/update_ibgp_mesh.py
@@ -120,6 +120,7 @@ def add_all_pe_to_p_dry(
     """Perform a dry run of adding the list of all PE routers to the new P router."""
     extra_vars = {
         "dry_run": True,
+        "subscription": subscription,
         "pe_router_list": {
             router.router.router_fqdn: {
                 "lo4": router.router.router_lo_ipv4_address,
@@ -147,6 +148,7 @@ def add_all_pe_to_p_real(
     """Add the list of all PE routers to the new P router."""
     extra_vars = {
         "dry_run": False,
+        "subscription": subscription,
         "pe_router_list": {
             router.router.router_fqdn: {
                 "lo4": router.router.router_lo_ipv4_address,