Remove conditioinal from task that checks NodeJS

This commit is contained in:
Jose M 2020-03-09 09:45:23 +01:00
parent cf55550589
commit 3fe48ea7fd
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF

View File

@ -11,8 +11,6 @@
stat:
path: /usr/bin/node
register: node_service_status
when:
- wazuh_manager_config.cluster.node_type == "master"
- name: Install NodeJS repository
block: