-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support of SLES 15 #156
Support of SLES 15 #156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I left one comment about how the playbook work around the issue caused by nscd.
args: | ||
warn: false | ||
|
||
- name: disable nscd (otherwise container will ignore their /etc/hosts) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to remove the package instead of only disabling the daemon. That will open less opportunities for problems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea
args: | ||
warn: false | ||
|
||
- name: disable nscd (otherwise container will ignore their /etc/hosts) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to remove the package instead of only disabling the daemon. That will open less opportunities for problems.
Supporting SLES 15 and working around #155