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

Don't enable apt-daily services, just the timers #7299

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 29, 2024

  1. Don't enable apt-daily services, just the timers

    By enabling the services, it means it runs every time the machine boots,
    defeating the point of the timer.
    
    Similarly, starting the service/timer means that it starts running while
    the playbook is still going, which might also explain the dpkg lock
    contention (#7258).
    
    Ansible will now just ensure the units are unmasked and the
    securedrop-config postinst will disable the services if enabled.
    
    Fixes #7298
    legoktm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ff00081 View commit details
    Browse the repository at this point in the history