Remove redundant vars line

This line was introduced by I2d99c57c5e00c9805aaeac0e7e2f173ff3b69837
for centos support, and should already be covered by the
distribution_major_version line above.

Change-Id: Ic978c9c9fe50eb075628c0beed6995656b428040
This commit is contained in:
Erik Berg 2022-09-14 14:15:20 +02:00
parent e973cd34ce
commit 7673fce307
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
- "{{ ansible_facts['distribution'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_major_version'] | lower }}.yml"
- "{{ ansible_facts['distribution'] | lower }}.yml"
- "{{ ansible_facts['os_family'] | lower }}-{{ ansible_facts['distribution_version'].split('.')[0] }}.yml"
- "{{ ansible_facts['os_family'] | lower }}.yml"
tags:
- always