Merge "Remove redundant vars line"

This commit is contained in:
Zuul 2022-09-20 19:50:50 +00:00 committed by Gerrit Code Review
commit f2df86fb26
1 changed files with 0 additions and 1 deletions

View File

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