Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More ruff fixes #3887

Merged
merged 1 commit into from
Apr 21, 2023
Merged

More ruff fixes #3887

merged 1 commit into from
Apr 21, 2023

Conversation

ssbarnea
Copy link
Member

No description provided.

@ssbarnea ssbarnea requested review from a team as code owners April 21, 2023 16:30
@ssbarnea ssbarnea requested review from ziegenberg, apatard, ganeshrn, shatakshiiii and Ruchip16 and removed request for a team April 21, 2023 16:30
@github-actions github-actions bot added the bug label Apr 21, 2023
@ssbarnea ssbarnea requested a review from cidrblock April 21, 2023 16:30
@ssbarnea ssbarnea merged commit e0419ba into main Apr 21, 2023
@ssbarnea ssbarnea deleted the fix/ruff branch April 21, 2023 16:37
apatard added a commit to apatard/molecule-plugins that referenced this pull request Apr 27, 2023
…raw args

Since molecule ansible/molecule#3887, the
jinja is now autoescaping, which leads to things like:

virtualbox.customize [&ansible-community#39;modifyvm&ansible-community#39;, :id, &ansible-community#39;--natdnshostresolver1&ansible-community#39;, &ansible-community#39;on&ansible-community#39;]

in the Vagrantfile.

Add some "safe" filters to solve this.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
ssbarnea pushed a commit to ansible-community/molecule-plugins that referenced this pull request Apr 27, 2023
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 [&#39;modifyvm&#39;, :id, &#39;--natdnshostresolver1&#39;, &#39;on&#39;]

in the Vagrantfile.

Add some "safe" filters to solve this.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant