mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Added ansible limit to args, again
This commit is contained in:
parent
d2b9b856c8
commit
1f4c8c1c76
@ -672,6 +672,11 @@ func (t *TaskRunner) getPlaybookArgs() (args []string, err error) {
|
||||
args = append(args, "--check")
|
||||
}
|
||||
|
||||
if t.task.Limit != "" {
|
||||
t.log("--limit="+t.task.Limit)
|
||||
args = append(args, "--limit="+t.task.Limit)
|
||||
}
|
||||
|
||||
if t.template.VaultKeyID != nil {
|
||||
args = append(args, "--vault-password-file", t.template.VaultKey.GetPath())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user