exclude elevated_executed_command from config interpolation so it can be used correctly later
This commit is contained in:
parent
fc1ce68bff
commit
d458628529
|
@ -102,6 +102,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
|
|||
InterpolateFilter: &interpolate.RenderFilter{
|
||||
Exclude: []string{
|
||||
"execute_command",
|
||||
"elevated_execute_command",
|
||||
},
|
||||
},
|
||||
}, raws...)
|
||||
|
|
Loading…
Reference in New Issue