Skip to content

Commit

Permalink
fix: change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Jun 25, 2024
1 parent 9ff2f5b commit 4cb7ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
filebeat_version: 7.10.2

wazuh_template_branch: "v{{ WAZUH_VERSION }}"
wazuh_template_branch: "v{{ WAZUH_VERSION_REFERENCE }}"

filebeat_node_name: node-1

Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/wazuh/check-packages/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Check packages
shell: |
./check_packages.sh {{ WAZUH_VERSION }}
./check_packages.sh {{ WAZUH_VERSION_REFERENCE }}
args:
warn: false
executable: /bin/bash
Expand Down

0 comments on commit 4cb7ed4

Please sign in to comment.