@@ -8,7 +8,8 @@ | |||
{% set keyring_package = apt.get('keyring_package', apt_map.default_keyring_package) %} | |||
{{ keyring_package }}: | |||
pkg.installed | |||
pkg.installed: | |||
- name: {{ keyring_package }} | |||
/etc/apt/sources.list: | |||
file.managed: |
@@ -1,2 +1,3 @@ | |||
apt-transport-debtorrent: | |||
pkg.installed | |||
pkg.installed: | |||
- name: apt-transport-debtorrent |
@@ -1,2 +1,3 @@ | |||
apt-transport-https: | |||
pkg.installed | |||
pkg.installed: | |||
- name: apt-transport-https |