Fix typo in .rpm package installation task using dnf

This commit is contained in:
Jose M 2020-03-02 22:47:53 +01:00
parent 03e35ada29
commit cf20e52938
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF

View File

@ -48,7 +48,7 @@
- not (ansible_distribution|lower == "redhat" and ansible_distribution_major_version >= "8") - not (ansible_distribution|lower == "redhat" and ansible_distribution_major_version >= "8")
- not (ansible_distribution|lower == "amazon" and ansible_distribution_major_version >= "2") - not (ansible_distribution|lower == "amazon" and ansible_distribution_major_version >= "2")
- name: Install Wazuh Manager from .rpm packages | dnf - name: Install Wazuh API from .rpm packages | dnf
dnf: dnf:
name: "{{ wazuh_custom_packages_installation_api_rpm_url }}" name: "{{ wazuh_custom_packages_installation_api_rpm_url }}"
state: present state: present