Fix Wazuh-API User task conditionals. Removed exclusion of OS's

This commit is contained in:
Jose M 2019-11-11 11:32:44 +01:00
parent 93f2703c02
commit 63c5fcce08

View File

@ -336,8 +336,6 @@
notify: restart wazuh-api notify: restart wazuh-api
when: when:
- wazuh_api_user is defined - wazuh_api_user is defined
- not (ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat' or ansible_distribution == 'Amazon')
- ansible_distribution_major_version|int < 6
tags: tags:
- config - config