Fix linting for "Linux.yml" tasks in Wazuh Agent

This commit is contained in:
Jose M 2019-11-19 12:09:10 +01:00
parent 9258026c49
commit b467a9e5c7

View File

@ -194,11 +194,11 @@
tags: config
- include_tasks: "RMRedHat.yml"
when:
when:
- ansible_os_family == "RedHat"
- not wazuh_sources_installation.enabled
- include_tasks: "RMDebian.yml"
when:
when:
- ansible_os_family == "Debian"
- not wazuh_sources_installation.enabled