Skip to content

Commit 872d624

Browse files
committed
fix: failure when rolling interval on tdp plan ops
1 parent 880735b commit 872d624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tdp/core/models/deployment_model.py

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def from_operations(
240240
OperationModel(
241241
operation=OPERATION_SLEEP_NAME,
242242
operation_order=i,
243-
host=host_name,
244243
extra_vars=[
245244
f"{OPERATION_SLEEP_VARIABLE}={rolling_interval}"
246245
],

0 commit comments

Comments
 (0)