Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ roles:
version: v1.3.4
- name: wazuh-ansible
src: https://github.com/stackhpc/wazuh-ansible
version: stackhpc-v4.10.0
version: stackhpc-v4.10.1
- name: geerlingguy.pip
version: 3.1.0
- name: monolithprojects.github_actions_runner
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue where Wazuh agents would fail to deploy due to the
`ansible_system` variable being undefined
Loading