From caf936323fb3863e95441a98f62923d79be6fd92 Mon Sep 17 00:00:00 2001 From: Erik Berg Date: Thu, 15 Sep 2022 10:20:31 +0200 Subject: [PATCH] Remove redundant vars line This line snuck in with If97b59759d8f89af371f8b0a4538402b1c3320c1 probably to bring it in line with other OSA roles, but should already be covered by the distribution_major_version line above. Change-Id: I6d48bf93be68d4fe89c9922c9b53beb6cea7ced5 --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3e3b2b9b..f0dec3cf 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"