Fix typo in build_wazuh_plugin.yml

This commit is contained in:
Jose M 2019-11-26 16:38:40 +01:00
parent c772d5c983
commit e18e958160

View File

@ -1,5 +1,4 @@
---
- name: Ensure the Git package is present
package:
name: git
@ -13,7 +12,6 @@
- name: Download script to install Nodejs repository
get_url:
nodejs['repo_dict'][ansible_os_family|lower]
url: "https://{{ nodejs['repo_dict'][ansible_os_family|lower] }}.{{ nodejs['repo_url_ext'] }}"
dest: "/tmp/setup_nodejs_repo.sh"
mode: "0700"