Remove unused tags from sources installation "include_tasks"

This commit is contained in:
Jose M 2019-11-25 15:40:48 +01:00
parent 6ba58b6838
commit bc4f36582a

View File

@ -159,7 +159,6 @@
- init - init
- include_tasks: "../tasks/installation_from_sources.yml" - include_tasks: "../tasks/installation_from_sources.yml"
tags: manager
when: when:
- wazuh_manager_sources_installation.enabled - wazuh_manager_sources_installation.enabled
@ -176,7 +175,6 @@
- init - init
- include_tasks: "../tasks/installation_from_sources.yml" - include_tasks: "../tasks/installation_from_sources.yml"
tags: api
when: when:
- wazuh_api_sources_installation.enabled - wazuh_api_sources_installation.enabled