You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/molecule_plugins/vagrant/modules/vagrant.py: Add safe filter for raw args
Since molecule ansible/molecule#3887, the
jinja is now autoescaping, which leads to things like:
virtualbox.customize ['modifyvm', :id, '--natdnshostresolver1', 'on']
in the Vagrantfile.
Add some "safe" filters to solve this.
Signed-off-by: Arnaud Patard <[email protected]>
0 commit comments