Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jul 21, 2023
1 parent 86f75b5 commit cba04d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/scap_open/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- name: Enable old Bpf support
ansible.builtin.set_fact:
bpf_supported: true
when: ansible_kernel is version('{{ bpf_minimum_kver[ansible_architecture] }}','>=')
when: ansible_kernel is version(bpf_minimum_kver[ansible_architecture],'>=')

- name: Prepare the build directory
block:
Expand Down

0 comments on commit cba04d5

Please sign in to comment.