You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've certainly made progress toward this end (e.g. #4134), but not enough to close. A comprehensive look at Ansible package management logic, with #2724.
Some progress was made towards this as part of the 1.8.0 push:
aptitude was removed
cron-apt is no longer used
paxctl is replaced by paxctld and tracked in the control file
We are still installing some dependencies via playbook, and may take future opportunities to do further refactoring, so keeping this issue open but removing from near-term backlog.
Feature request
Description
Apt package dependencies are currently managed by Ansible. Move dependency package to
debian/control
and add package dependencies, e.g:User Stories
As a SecureDrop infrastructure developer, I would like simplify Ansible logic and defer the logic to apt instead.
The text was updated successfully, but these errors were encountered: