|
@@ -0,0 +1,15 @@
|
|
|
+{% if ansible_prolog -%}
|
|
|
+{% from 'templates/ansible/prolog.j2' import prolog with context %}
|
|
|
+{{ prolog() }}
|
|
|
+{% endif -%}
|
|
|
+deb https://deb.debian.org/debian/ stretch main contrib non-free
|
|
|
+#deb-src https://deb.debian.org/debian/ stretch main contrib non-free
|
|
|
+
|
|
|
+deb https://deb.debian.org/debian/ stretch-updates main contrib non-free
|
|
|
+#deb-src https://deb.debian.org/debian/ stretch-updates main contrib non-free
|
|
|
+
|
|
|
+deb https://deb.debian.org/debian-security/ stretch/updates main
|
|
|
+#deb-src https://deb.debian.org/debian-security/ stretch/updates main
|
|
|
+
|
|
|
+deb https://deb.debian.org/debian/ stretch-backports main contrib non-free
|
|
|
+#deb-src https://deb.debian.org/debian/ stretch-backports main contrib non-free
|