mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-22 12:22:10 +07:00
[WIP] Starting port to Buster
This commit is contained in:
@@ -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 version
|
||||
include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_release }}.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user