Skip to content

Commit

Permalink
fix(#2796): add solaris and remove unnused params
Browse files Browse the repository at this point in the history
Co-authored-by Luis Gonzalez: <luis.gonzalez@wazuh.com>
  • Loading branch information
Rebits committed Sep 5, 2022
1 parent e478caf commit 413bbec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions roles/wazuh/ansible-wazuh-agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ wazuh_winagent_config:
check_md5: True
md5: d7c1d0fecff396094dd1d3b54e6c4d2b

wazuh_winagent_config_url: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.3.7-1.msi
wazuh_winagent_package_name: wazuh-agent-4.3.7-1.msi
wazuh_winagent_package_name_generic: wazuh-agent.msi
wazuh_dir: "/var/ossec"

# This is deprecated, see: wazuh_agent_address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@
state: present
when:
- ansible_os_family == "Windows"
- wazuh_custom_packages_installation_agent_enabled
3 changes: 3 additions & 0 deletions roles/wazuh/ansible-wazuh-agent/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@

- include_tasks: "MacOS.yml"
when: ansible_system == "Darwin"

- include_tasks: "Solaris.yml"
when: ansible_os_family == "Solaris"

0 comments on commit 413bbec

Please sign in to comment.