Manages PHP 7.4 on Debian

This commit is contained in:
Emilien Mantel
2019-12-26 11:55:33 +01:00
parent ec1175af21
commit 3690ee2b15
6 changed files with 18 additions and 22 deletions

View File

@@ -1,10 +1,5 @@
---
- 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"