-
Notifications
You must be signed in to change notification settings - Fork 3
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
Task in mesh_fastd to disable fastd always has state "changed" #161
Comments
I've talked to 1977er about this yesterday, currently we are installing fastd which brings a service with a vendor preset called fastd as well. What exactly ansible thinks is changed is not clear, yet. This would make it clearer, what service should run, not depending on its contents. |
Furthermore, I think we should then not instal fastd and one step later disable its default service, This should allow us to tell systemd not to start fastd befor fastd is even installed.
|
Ouch, I just saw a piece of code, that gets rid of |
Still shipped, but there's a |
btw, there's then a possible related and unresolved issue in ansible ansible/ansible#29506 |
This task is marked as changed on all supernodes, on every run.
Possible questions:
https://github.com/freifunkh/ansible/blob/master/roles/ffh.mesh_fastd/tasks/install.yml#L11-L12
The text was updated successfully, but these errors were encountered: