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 dummy interface regex #159

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

priteau
Copy link
Contributor

@priteau priteau commented Dec 20, 2023

The dummy* regex would match dumm and dummy, which worked because it is used with the Ansible match test, which succeeds if it finds the pattern at the beginning of the string.

Use the proper regex for correctness.

The `dummy*` regex would match `dumm` and `dummy`, which worked because
it is used with the Ansible match test, which succeeds if it finds the
pattern at the beginning of the string.

Use the proper regex for correctness.
@markgoddard markgoddard merged commit c5558cf into michaelrigart:master Dec 20, 2023
@markgoddard markgoddard deleted the dummy-regex branch December 20, 2023 09:21
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.

2 participants