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{
|
InterpolateFilter: &interpolate.RenderFilter{
|
||||||
Exclude: []string{
|
Exclude: []string{
|
||||||
"execute_command",
|
"execute_command",
|
||||||
|
"elevated_execute_command",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, raws...)
|
}, raws...)
|
||||||
|
|
Loading…
Reference in New Issue