From b5cc808635358e01394f5aa668bf6f3fa99218ea Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 8 Apr 2019 17:51:26 +0200 Subject: [PATCH] apt: Ensure jessie-backport from archives.debian.org is accepted (typo in the when condition) --- apt/tasks/backports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt/tasks/backports.yml b/apt/tasks/backports.yml index 2432be03..2f56a792 100644 --- a/apt/tasks/backports.yml +++ b/apt/tasks/backports.yml @@ -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: