Cleanup RHEL/CentOS support

This commit is contained in:
2024-03-28 10:26:03 +00:00
parent 34a60e73c5
commit 228ea7f513
7 changed files with 40 additions and 67 deletions

View File

@@ -1,4 +1,10 @@
---
- name: Get OS specific vars
include_vars: "{{ item }}"
with_first_found:
- "os/{{ ansible_os_family }}/{{ ansible_distribution_major_version }}.yaml"
- "os/{{ ansible_os_family }}.yaml"
- name: Install Certbot
ansible.builtin.import_tasks: install.yaml