-
Notifications
You must be signed in to change notification settings - Fork 61
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
Typo in resolv.conf configuration #14
Comments
Thank you for raising this issue, hoping to get a fix out as soon as possible. Many thanks uk-bolly |
hi @waweber I have pushed up a new branch for this issue, before i raise the PR, it would be great to get some feedback on this. I am hoping that this has resolved the issues you have seen and extended functionality for that control RHEL-08-010680 .
If you could test this and let me know. Many thanks uk-bolly |
Issue #14 typo resolv Signed-off-by: George Nalen <[email protected]>
@uk-bolly it appears to work properly now. Thanks! |
Check out fix-cat2.yml on line 1412 in v2.0.1:
This outputs
namserver "8.8.4.4"
etc., which has both nameserver misspelled and also the address cannot be in quotes, I assumeline: "nameserver {{item }}"
is the correct line. Incidentally, the README.md lists the default servers as 9.9.9.9 and 149.112.112.112 when they are actually the google 8.8.8.8 and 8.8.4.4. Also, the ansibleloop
statement in thelineinfile
module results in the DNS servers being inserted in reverse order (the secondary server ends up first)Ansible 2.10.9
The text was updated successfully, but these errors were encountered: