Remove redundant vars line

This line was introduced by I9d50c557ff6359c8db3c065edc68130de0aefdc9
for centos-7 support, but should since be covered by the
distribution_major_version line above, introduced at a later date.

Change-Id: I0c94adf0a0d2a2ec7eb90e86b6435f349f6db89c
This commit is contained in:
Erik Berg 2022-09-15 11:01:12 +02:00
parent 8b3426e27d
commit 5ce81ac62a
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,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"
paths:
- "{{ role_path }}/vars"