Support Debian Buster (#11)

This commit is contained in:
Emilien M
2019-04-19 14:36:20 +02:00
committed by GitHub
parent 8b2c92a047
commit 5abe99568a
6 changed files with 12 additions and 0 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: INCLUDE_VARS | Related to OS family
include_vars: "OS_Family_{{ ansible_os_family }}.yml"