-
Notifications
You must be signed in to change notification settings - Fork 67
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
Installing chrony removes systemd timesyncd #79
Installing chrony removes systemd timesyncd #79
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.
Congrats on opening your first pull request and thank you for taking the time to help improve Ansible-Lockdown!
Please join in the conversation happening on the Discord Server as well.
642f1b4
to
4bd47f7
Compare
Please make sure you sign off on your commits. The DCO is failing because of that. |
I saw that the note yesterday but have not yet had time to fix and do a force push. I hope to do that tonight. Thanks for the reminder. |
df00c15
to
4e24c68
Compare
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.
Looks good!
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.
Added to my local machine and tested looks good.
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.
Added to my local machine and tested looks good.
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.
Commit is good, we just noticed their is no GPG signature.
@kdebisschop, -George |
Signed-off-by: Karl DeBisschop <kdebisschop@gmail.com>
4e24c68
to
919d71a
Compare
I have just force pushed the commit after running I hope that is what you want |
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.
looks good!
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.
Looks Good Thanks For Updating
Overall Review of Changes:
Removes check of systemd-timesyncd when chrony is the configured time source
Issue Fixes:
#78
Enhancements:
Please list any enhancements/features that are not open issue tickets
How has this been tested?:
Used to configure an Ubuntu 20 test server. The step which previously failed (because systemd-timesyncd cannot be installed if chrony is) now runs successfully.