change distribution release codename
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Ansible 2.2 is too old to know about buster.
Let's use LSB for that.
This commit is contained in:
Jérémy Lecour 2019-06-18 17:35:28 +02:00 committed by Patrick Marchand
parent 148a383cf1
commit af5573980d

View file

@ -33,7 +33,7 @@
line: 'Acquire::Check-Valid-Until no;'
create: yes
state: present
when: ansible_distribution_release == "jessie"
when: ansible_lsb.codename == "jessie"
tags:
- apt