apt: Ensure jessie-backport from archives.debian.org is accepted

(typo in the when condition)
This commit is contained in:
Ludovic Poujol 2019-04-08 17:51:26 +02:00
parent 48226ff7b6
commit b5cc808635

View file

@ -33,7 +33,7 @@
line: 'Acquire::Check-Valid-Until no;'
create: yes
state: present
when: when: ansible_distribution_release == "jessie"
when: ansible_distribution_release == "jessie"
- name: Apt update
apt: