Skip to content

Commit

Permalink
Merge branch 'feature-378-support-centos8' of https://www.github.com/…
Browse files Browse the repository at this point in the history
…wazuh/wazuh-ansible into feature-376-support-centos8
  • Loading branch information
Jose M committed Mar 5, 2020
2 parents f821840 + f961638 commit 1f85896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- name: Install Wazuh Agent from .deb packages
apt:
deb: "{{ agent_deb_dowloaded_package.dest }}"
deb: "{{ agent_deb_downloaded_package.dest }}"
state: present
when:
- ansible_os_family|lower == "debian"
Expand All @@ -36,4 +36,4 @@
- ansible_os_family|lower == "redhat"
- wazuh_custom_packages_installation_agent_enabled
- (ansible_distribution|lower == "centos" and ansible_distribution_major_version >= "8") or
(ansible_distribution|lower == "redhat" and ansible_distribution_major_version >= "8")
(ansible_distribution|lower == "redhat" and ansible_distribution_major_version >= "8")

0 comments on commit 1f85896

Please sign in to comment.