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 tags: config
- include_tasks: "RMRedHat.yml" - include_tasks: "RMRedHat.yml"
when: when:
- ansible_os_family == "RedHat" - ansible_os_family == "RedHat"
- not wazuh_sources_installation.enabled - not wazuh_sources_installation.enabled
- include_tasks: "RMDebian.yml" - include_tasks: "RMDebian.yml"
when: when:
- ansible_os_family == "Debian" - ansible_os_family == "Debian"
- not wazuh_sources_installation.enabled - not wazuh_sources_installation.enabled