summaryrefslogtreecommitdiff
path: root/model/job.ts
diff options
context:
space:
mode:
Diffstat (limited to 'model/job.ts')
-rw-r--r--model/job.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/job.ts b/model/job.ts
index 96e0959..53d548f 100644
--- a/model/job.ts
+++ b/model/job.ts
@@ -32,6 +32,7 @@ export interface BuildDockerImageJob extends Job {
}
export interface AnsiblePlaybookJobProps extends JobArgT {
+ readonly path: string;
readonly playbooks: string;
}