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

Fix merging of command line options with configuration #2616

Merged
merged 1 commit into from Oct 25, 2022

Conversation

ssbarnea
Copy link
Member

Fixed bug which prevented use of command line options that were
booleans or scalar when these were also defined in configuration file.

The root cause was that the did not pop them from the dictionary when
the command line options where present.

Fixed bug which prevented use of command line options that were
booleans or scalar when these were also defined in configuration file.

The root cause was that the did not pop them from the dictionary when
the command line options where present.
@ssbarnea ssbarnea merged commit ce526bd into ansible:main Oct 25, 2022
@ssbarnea ssbarnea deleted the fix/offline branch October 25, 2022 22:37
ssbarnea added a commit to ssbarnea/ansible-lint that referenced this pull request Nov 11, 2022
Fixed bug which prevented use of command line options that were
booleans or scalar when these were also defined in configuration file.

The root cause was that the did not pop them from the dictionary when
the command line options where present.
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.

None yet

1 participant