Merge "Remove redundant vars line"

This commit is contained in:
Zuul 2022-12-01 14:54:40 +00:00 committed by Gerrit Code Review
commit a148ecf90e
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,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"