Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add safe filter for raw args (vagrant) (#141)
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]>
- Loading branch information