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

fixes issue where arguments for regexp search() where transposed #17764

Merged
merged 1 commit into from
Sep 26, 2016
Merged

fixes issue where arguments for regexp search() where transposed #17764

merged 1 commit into from
Sep 26, 2016

Conversation

privateip
Copy link
Contributor

The arguments for the regex search() function were transposed in the
netcli match() method that caused conditionals to fail. Switched the
arguments to fixe the bug

fixes #17749

The arguments for the regex search() function were transposed in the
netcli match() method that caused conditionals to fail. Switched the
arguments to fixe the bug

fixes #17749
@privateip privateip merged commit 9694d60 into ansible:devel Sep 26, 2016
@privateip privateip deleted the fix-17749 branch September 26, 2016 23:30
sereinity pushed a commit to sereinity-forks/ansible that referenced this pull request Jan 25, 2017
…ible#17764)

The arguments for the regex search() function were transposed in the
netcli match() method that caused conditionals to fail. Switched the
arguments to fixe the bug

fixes ansible#17749
@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.

module_utils/netcli.py wait_for match bug
2 participants