Fix typo in build_wazuh_plugin.yml
This commit is contained in:
parent
c772d5c983
commit
e18e958160
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure the Git package is present
|
- name: Ensure the Git package is present
|
||||||
package:
|
package:
|
||||||
name: git
|
name: git
|
||||||
@ -13,7 +12,6 @@
|
|||||||
|
|
||||||
- name: Download script to install Nodejs repository
|
- name: Download script to install Nodejs repository
|
||||||
get_url:
|
get_url:
|
||||||
nodejs['repo_dict'][ansible_os_family|lower]
|
|
||||||
url: "https://{{ nodejs['repo_dict'][ansible_os_family|lower] }}.{{ nodejs['repo_url_ext'] }}"
|
url: "https://{{ nodejs['repo_dict'][ansible_os_family|lower] }}.{{ nodejs['repo_url_ext'] }}"
|
||||||
dest: "/tmp/setup_nodejs_repo.sh"
|
dest: "/tmp/setup_nodejs_repo.sh"
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user