Support Debian Buster (#37)

This commit is contained in:
Emilien M
2019-04-23 09:28:00 +02:00
committed by GitHub
parent c9bda9e95a
commit e89a154bb5
4 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
---
- name: SET_FACT | Bypass https://github.com/ansible/ansible/issues/19874
set_fact:
ansible_distribution_release: 'buster'
when: ansible_facts.distribution_major_version == "buster/sid"
- name: APT | Update cache
apt:
update_cache: yes