On maj 16, Hartmut Goebel wrote:
Thanks! I was not running the debops.apt role on this host (since
it's a
test system I'm destroying frequently and running the common playbook
takes too long for this).
In that case, perhaps you could run at least the bootstrap playbook. It has
the bare minimum needed to manage a host with Ansible, including 'debops.apt'
role. One thing to remember is that the playbook does not enable any privilege
escalation, so that you either have to run it as 'root', or run it with -b
parameter.
Or, modify your provisioning scripts to add the backports repositories during
provisioning.
Cheers,
Maciej