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: