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 4cb7ed4 commit 1f6f8f5
Showing 1 changed file with 1 addition and 1 deletion.
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_REFERENCE }}
./check_packages.sh {{ wazuh_version }}
args:
warn: false
executable: /bin/bash
Expand Down

0 comments on commit 1f6f8f5

Please sign in to comment.