ansible: Remove python interpreter limit for installing vlttng
[lttng-ci.git] / automation / ansible / roles / developer / tasks / main.yml
index b16b1a788d299da3f0079f8823fee0e57ec6fe94..b8444760187fa1e60bce20c7ed2feb1787f1f3b2 100644 (file)
@@ -20,7 +20,6 @@
       ansible.builtin.package:
         name: "{{developer_pip_requirements}}"
     - name: Install vlttng using pip
-      when: ansible_python_version is version("3.11", ">=")
       ansible.builtin.pip:
         name: vlttng
         extra_args: "{{(ansible_python_version is version('3.11', '>='))|ternary('--break-system-packages', '')}}"
This page took 0.023216 seconds and 4 git commands to generate.