when: not (ansible_distribution == "Debian" and ansible_lsb.major_release|int >= 9)
command: "false"
- name: detect if we have backports in the sources.list
when: not (ansible_distribution == "Debian" and ansible_lsb.major_release|int >= 9)
command: "false"
- name: detect if we have backports in the sources.list