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:
parent
e973cd34ce
commit
7673fce307
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user