feat: Debian 12 compatibility

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2024-07-27 19:20:30 +02:00
parent d8c17dad4b
commit 36c0ce1de6
No known key found for this signature in database
GPG key ID: A2EB1F2CA8E3F677
9 changed files with 34 additions and 18 deletions

View file

@ -50,7 +50,7 @@
- name: Install check_ovhcloud dependencies
ansible.builtin.pip:
requirements: /opt/check_ovhcloud/requirements.txt
extra_args: "--user"
extra_args: "--user --break-system-packages"
become: true
become_user: nagios