Skip to content

Commit

Permalink
Fix comparison, closes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelangel Freitas committed Jul 3, 2018
1 parent bf1805c commit cfb90ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-wazuh-agent/tasks/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
gpgkey: https://packages.wazuh.com/key/GPG-KEY-WAZUH-5
gpgcheck: yes
when:
- ansible_distribution_major_version|int = 5
- ansible_distribution_major_version|int == 5

- name: RedHat/CentOS/Fedora | download Oracle Java RPM
get_url:
Expand Down

0 comments on commit cfb90ff

Please sign in to comment.