Fix search syntax.
This commit is contained in:
parent
8a9bebba65
commit
040b017b40
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@
|
|||
dest: /tmp/kio_5.103.0-1+deb12u1_amd64.deb
|
||||
use_proxy: False
|
||||
register: new_kio
|
||||
when: kio_version.stdout is not search('5.103.0-1+deb12u1')
|
||||
when: kio_version.stdout is not search('5.103.0-1\+deb12u1')
|
||||
|
||||
- name: Install kio package manually
|
||||
shell:
|
||||
|
|
Loading…
Add table
Reference in a new issue