same changes for keycloak-legacy

This commit is contained in:
Guido Grazioli
2024-03-25 15:41:57 +01:00
parent e17505fe42
commit 467cfda0f7
10 changed files with 43 additions and 52 deletions

View File

@@ -5,15 +5,8 @@
tags:
- prereqs
- name: Debian specific tasks
ansible.builtin.include_tasks: debian.yml
when: ansible_facts.os_family == "Debian"
tags:
- unbound
- name: RedHat specific tasks
ansible.builtin.include_tasks: redhat.yml
when: ansible_facts.os_family == "RedHat"
- name: Distro specific tasks
ansible.builtin.include_tasks: "{{ ansible_os_family | lower }}.yml"
tags:
- unbound