Add import of "installation_from_sources" for Debian and RHEL families

This commit is contained in:
Jose M 2019-11-19 12:10:32 +01:00
parent cbc5de68ac
commit 95ee10d7a7
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
--- ---
- include_tasks: "installation_from_sources"
when:
- wazuh_sources_installation.enabled
- name: Debian/Ubuntu | Install apt-transport-https and ca-certificates - name: Debian/Ubuntu | Install apt-transport-https and ca-certificates
apt: apt:
name: name:

View File

@ -1,4 +1,8 @@
--- ---
- include_tasks: "../roles/wazuh/ansible-wazuh-manager/tasks/installation_from_sources.yml"
when:
- wazuh_sources_installation.enabled
- name: RedHat/CentOS | Install Nodejs repo - name: RedHat/CentOS | Install Nodejs repo
yum_repository: yum_repository:
name: NodeJS name: NodeJS