Skip to content

Commit

Permalink
fix: restore pecl libraries install (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 11, 2024
1 parent 0ed2285 commit 61595f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
failed_when: "not (('already installed' in pecl_result.stdout) or ('install ok:' in pecl_result.stdout))"
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_major_version >= 24
- ansible_distribution_major_version | int >= 24

- name: Setup MISP Cake config
ansible.builtin.copy:
Expand Down

0 comments on commit 61595f3

Please sign in to comment.