From 356db62780155b51ab598492f6e1528ff155df2d Mon Sep 17 00:00:00 2001 From: Erik Berg Date: Thu, 15 Sep 2022 12:24:37 +0200 Subject: [PATCH] Remove redundant vars line This line snuck in with I4d4a51ca805857d56f108c3717beaa5648f86ccb probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: Ifcf3506cc8b4da41c5cca29b53955c5153a18cc3 --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2c7ccf0..4ab498b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"