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 network modules for ziploader changes #15311

Merged
merged 1 commit into from Apr 6, 2016

Conversation

Qalthos
Copy link
Contributor

@Qalthos Qalthos commented Apr 6, 2016

ISSUE TYPE
  • Bugfix Pull Request
SUMMARY

ziploader (#15246) changed the behavior of _load_params such that it does not return the parameter dictionary, but rather sets it directly. This fixes the network modules so that they use this preset dictionary rather than the output of super(...)._load_params() (as there is now no output).

Additionally, some modules check for task-set parameters first, and others do not. This change standardizes this behavior to prefer task-set parameters.

@Qalthos Qalthos added this to the 2.1.0 milestone Apr 6, 2016
@privateip
Copy link
Contributor

👍

@abadger abadger merged commit 77e3dc9 into ansible:devel Apr 6, 2016
@abadger
Copy link
Contributor

abadger commented Apr 6, 2016

Looks good. Thanks @Qalthos and @privateip !

@Qalthos Qalthos deleted the fix_net_modules branch April 12, 2016 12:56
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants