--- - block: - name: RedHat/CentOS/Fedora | Add Wazuh-Dashboard repo yum_repository: file: wazuh name: wazuh_repo description: Wazuh yum repository baseurl: "{{ package_repos.yum.dashboard.baseurl }}" gpgkey: "{{ package_repos.yum.dashboard.gpg }}" gpgcheck: true - name: Install Wazuh-Dashboard package: name: "wazuh-dashboard-{{ dashboard_version }}" state: present update_cache: yes register: install tags: - install