summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sane_debian_system/defaults/main.yml')
-rw-r--r--roles/sane_debian_system/defaults/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/sane_debian_system/defaults/main.yml b/roles/sane_debian_system/defaults/main.yml
index b804181..44b2b2c 100644
--- a/roles/sane_debian_system/defaults/main.yml
+++ b/roles/sane_debian_system/defaults/main.yml
@@ -14,7 +14,10 @@ debian_mirror: ftp.fi.debian.org
# A list of extra APT repositories to add. Each list entry should be a
# dict with the key "repo", which is the sources.list line to add. If
-# list is empty (as it is by default), nothing extra is added.
+# list is empty (as it is by default), nothing extra is added. Other
+# keys are "signing_key", the public key of the archive signing key,
+# and "keyring_packge", which contains the .deb package with the
+# archive signing key.
sources_lists: []