2 parents 2e4a29e + 300e486 commit b9238e3Copy full SHA for b9238e3
1 file changed
etc/kayobe/ansible/tools/check-kayobe-version.yml
@@ -29,7 +29,7 @@
29
30
- name: Check if pip is version 24.0 or newer
31
ansible.builtin.assert:
32
- that: "{{ packages.packages.pip.pip[0].version is version('24.0', '>=') }}"
+ that: packages.packages.pip.pip[0].version is version('24.0', '>=')
33
fail_msg: |
34
Pip must be 24.0 or newer to run this check. Upgrade pip by running
35
pip install -U pip and reinstall Kayobe by running:
0 commit comments