Move playbooks in a separate directory
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -12,7 +12,7 @@ deb {{ apt.mirror }}debian {{ ansible_distribution_release }} main contrib n
|
||||
# Dépôt pour mises à jour fréquentes (volatile)
|
||||
deb {{ apt.mirror }}debian {{ ansible_distribution_release }}-updates main contrib non-free
|
||||
|
||||
{% if backports | default(false) %}
|
||||
{% if apt.backports | default(false) %}
|
||||
# Backports
|
||||
deb {{ apt.mirror }}debian {{ ansible_distribution_release }}-backports main contrib non-free
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user