Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unversioned OS vars files where possible #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
tags:
- include-vars

- name: Ensure OS level variables were loaded
ansible.builtin.fail:
msg: The distribution {{ ansible_distribution }} is currently not supported
when: cwa_package_url is undefined

# Installation tasks
- name: Include tasks for installation on {{ ansible_os_family | lower }} distribution
include_tasks: "install-{{ ansible_os_family | lower }}.yml"
Expand Down
3 changes: 0 additions & 3 deletions vars/amazon-2.yml

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions vars/centos-8.yml

This file was deleted.

File renamed without changes.
6 changes: 0 additions & 6 deletions vars/debian-11.yml

This file was deleted.

6 changes: 0 additions & 6 deletions vars/debian-12.yml

This file was deleted.

6 changes: 0 additions & 6 deletions vars/debian-9.yml

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions vars/redhat-7.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/redhat-8.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/redhat-9.yml

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions vars/rocky-8.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/rocky-9.yml

This file was deleted.

File renamed without changes.
6 changes: 0 additions & 6 deletions vars/ubuntu-18.yml

This file was deleted.

6 changes: 0 additions & 6 deletions vars/ubuntu-20.yml

This file was deleted.

6 changes: 0 additions & 6 deletions vars/ubuntu-21.yml

This file was deleted.