Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

tasks: remove already covered entries when choosing an OS specific vars #118

Merged
merged 2 commits into from
Nov 5, 2019

Conversation

paulfantom
Copy link
Member

@paulfantom paulfantom commented Oct 19, 2019

{{ ansible_os_family | lower }}-{{ ansible_distribution_version.split('.')[0] }}.yml is already covered by {{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml

{{ ansible_distribution_file_variety | lower }}-{{ ansible_distribution_major_version | lower }}.yml should be already covered by {{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml

This was checked against CentOS8 and fedora 30, for which these changes were originally targeted.

@paulfantom paulfantom changed the title tasks: remove already covered entry when choosing an OS sepcific vars tasks: remove already covered entries when choosing an OS specific vars Oct 19, 2019
@paulfantom
Copy link
Member Author

Added support for ClearLinux which was accidentally broken in #114

@paulfantom paulfantom merged commit 8a7af09 into master Nov 5, 2019
@paulfantom paulfantom deleted the cleanup_os branch November 5, 2019 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant