deploy/ansible/roles-sap/windows/3.3-bom-processing/defaults/main.yaml (3 lines of code) (raw):
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
---
# TODO: Maybe move these to a group_vars/all/distro file so that they
# can be shared by all playbooks/tasks automatically, and extend with
# standardised versions of all similar patterns used in the playbooks.
distro_name: "{{ ansible_os_family | upper }}-{{ ansible_distribution_major_version }}"
distribution_id: "{{ ansible_os_family | lower ~ ansible_distribution_major_version }}"