Skip to content

Conversation

@gotmax23
Copy link
Collaborator

@gotmax23 gotmax23 commented Nov 10, 2025

The current code doesn't actually pass the extra args to nox. The action echos the command about to be run before running it, and #6 only updates the echo part, not the actual command being run.

Also, it would be good to also pass the args when installing the session dependencies as some sessions may make decisions about what to install based on the arguments passed (I've written nox sessions before that does this, but it's probably not super common).

Fixes: #6

The current code doesn't actually pass the extra args to nox.
The action echos the command about to be run before running it, and ansible-community#6
only updates the `echo` part, not the actual command being run.

Also, it would be good to also pass the args when installing the session
dependencies as some sessions may make decisions about what to install
based on the arguments passed (I've written code like this before, at
least).

Fixes: ansible-community#6
@felixfontein felixfontein merged commit ad40fb0 into ansible-community:main Nov 10, 2025
3 checks passed
@felixfontein
Copy link
Collaborator

@gotmax23 thanks for spotting and fixing this!

@x1101
Copy link
Contributor

x1101 commented Nov 10, 2025

@gotmax23 Good catch, and thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants